You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably worthwhile having a conversation on how to handle variable addition to various groups. Perhaps a flag such as "ignore_update". The driver here is to avoid secrets in state; I've attempted to use this to create a variable group containing some storage account details, however I don't want my keys to show up in the state, so manually added this leading to the crash.
@jameswestall This ties in with my request #231 , if variable groups were treated like keyvaults with the variables allowed to be set as a seperate reource you coudl easily mix TF and non TF variables in the same group.
Community Note
Terraform (and Azure DevOps Provider) Version
Terraform v0.12.29
Affected Resource(s)
Terraform Configuration Files
Debug Output
panic output in gist below.
Panic Output
https://gist.github.com/jameswestall/d4fb531a05362284406a80f16d9ab672
Expected Behavior
Terraform either detects the extra variable in the group and removes the change, or ignores the change completely (better)
Actual Behavior
Terraform crashed.
Steps to Reproduce
terraform apply
Add new variable to the group outside of terraform, GUI or REST API
terraform plan OR terraform apply
Important Factoids
None
References
N/A
The text was updated successfully, but these errors were encountered: