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
To launch a project in the DEV account, I need to configure 2 attributes:
s3 bucket
dev.tfvars - file with params for dev account
So it would be ok, to have the opportunity to launch the recink in the following way: recink run terraform -vv
--custom-config = "wos_gipp.terraform.var-files.0: dev.tfvars"
--custom-config = "$ .cache.options.0.'s3 // test-tf-remotestate / '"
The text was updated successfully, but these errors were encountered:
Hi, i try use comma separate, but result was , something like this:
wos_gipp:
root: './......'
terraform:
var-files:
- dev.tfvars , $.cache.options.0:'s3//test-tf-remotestate/
This result i had few day ago, i will try test this today, and i will write you
To launch a project in the DEV account, I need to configure 2 attributes:
So it would be ok, to have the opportunity to launch the recink in the following way:
recink run terraform -vv
--custom-config = "wos_gipp.terraform.var-files.0: dev.tfvars"
--custom-config = "$ .cache.options.0.'s3 // test-tf-remotestate / '"
The text was updated successfully, but these errors were encountered: