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

issensitive must return unknown for unknown args without sensitive #36012

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. issensitive must return unknown for unknown args

    Terraform attempts to track marks as accurately as possible, but unknown
    values may not always have the same marks as they will when they become
    known. This is most easily seen with functions, which are allowed to
    return an unknown value when faced with any unknown arguments, while
    they are also allowed to manipulate the marks on the values as they see
    fit. This results in situations where the marks simply cannot be known.
    
    Terraform generally takes the stance that if an unknown has a mark, it
    will remain in the final value, but the absence of a mark is not
    indicative of the absence of any marks in the final value.
    jbardin committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b4c24c2 View commit details
    Browse the repository at this point in the history