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
This seems to ignore *.auto.tfvars.json files for the initial auto-plan feature
I'm able to run plan with -d directory flag to run it.
I'm not using --disable-autoplan option!
[INFO] Terraform/aws#1024: Automatically determined that there were 0 projects modified in this pull request: []
We store most of the variables in those *.auto.tfvars.json files, so those are changed in 90% of cases
And since those are per terraform conventions, those extensions should be loaded properly as well
Can confirm it works for *.auto.tfvars but not for *.auto.tfvars.json files
Can I somehow change those extensions via server-side config or add those to source directly as with the above PR?
The text was updated successfully, but these errors were encountered:
Regarding #1253
This seems to ignore *.auto.tfvars.json files for the initial auto-plan feature
I'm able to run plan with -d directory flag to run it.
I'm not using --disable-autoplan option!
[INFO] Terraform/aws#1024: Automatically determined that there were 0 projects modified in this pull request: []
We store most of the variables in those *.auto.tfvars.json files, so those are changed in 90% of cases
And since those are per terraform conventions, those extensions should be loaded properly as well
Can confirm it works for
*.auto.tfvars
but not for*.auto.tfvars.json
filesCan I somehow change those extensions via server-side config or add those to source directly as with the above PR?
The text was updated successfully, but these errors were encountered: