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
I am try to read the values from the terraform.tfvars and try to print the values but not able to print it.
Can you help me how can i see the value it reads and use the variable for my testing
Can this issue/question be considered as a feature request?
For sake of convenience and sharing projects within teams people will be using commands much like vault kv get -format=json secret/terraform | jq '.data.data' > terraform.tfvars.json
where secret/terraform contains all the key-value pairs required for running the terraform commands with all the needed variable definitions (secrets) stored in vault instead of their repos (as best practice would dictate).
Of course, terraform as well fully supports the json format file.
No description provided.
The text was updated successfully, but these errors were encountered: