Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(TF-18673) Validate Stack and Deployment files for unreferenced origins #1797

Merged
merged 2 commits into from
Aug 19, 2024

Commits on Aug 16, 2024

  1. Validate Stack and Deployment files for unreferenced origins

    This commit adds a new validation to check for unreferenced origins in stack and deployment files. This validation is performed after the reference targets and origins are decoded.
    
    The validation checks for references to variables and local values that do not have a corresponding target. The validation is performed for variables, local values, providers and identity_tokens only, as components can have unknown schema.
    jpogran committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7ca3541 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. refactor: stop validating components as we see false positives for re…

    …ferenced outputs that don't match the type constraint for where they're used
    ansgarm committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    58ac475 View commit details
    Browse the repository at this point in the history