-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Sensitive errors if specified in multiple levels of variables #27095
Comments
I've reproduced this issue and copied the reproduction case to https://github.com/danieldreier/terraform-issue-reproductions/tree/master/27095. Thanks for reporting this with a clear, simple reproduction case @douglaswth! |
@danieldreier Is there a way to create a minor release for this one? Unfortunately there are no ways to use terraform 0.14 with GKE module due to this bug. |
@nick4fake This is going out in the 0.14.1 version, which will be releasing today. And it should only impact users using |
Unfortunately I still see "value has marks, so it cannot be serialized" issue, so probably will open a separate ticket. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
main.tf
:module/main.tf
:Debug Output
https://gist.github.com/douglaswth/daf02c0a31f51b21db3d945bb2ccba39
Expected Behavior
Either
terraform plan
orterraform apply
should show the expected changes.Actual Behavior
Instead, both commands error with the following message:
Steps to Reproduce
export TF_VAR_secret=secret
terraform init
terraform apply
References
The text was updated successfully, but these errors were encountered: