This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Can not update sensitive variables if non sensitive variables don't have any change #161
Labels
bug
Something isn't working
Community Note
terraform-k8s & Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Always update sensitive variables before a Run. Applying a workspace with sensitive or nonsensitive variable change, the workspace update should always be triggered
Actual Behavior
Hi team, I applied workspace with sensitive variable change, but no nonsensitive variable changes. And then it would not trigger workspace update.
Check the code here: https://github.com/hashicorp/terraform-k8s/blob/main/workspacehelper/tfc_variable.go#L135
it shows if there is no nonsensitive variable change, will skip the sensitive variables change.
why should do this?
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: