package-search-gradle-plugins
package-search-gradle-plugins copied to clipboard
How to pass terraform.tfvars
I got another question. Is there a simple way to point terraform.tfvars file as a source of variables values instead of
planVariable("AWS_REGION", "eu-central-1")
planVariable("ENVIRONMENT", "dev")
Or how can I execute the gradle task so terrafom apply is executed with a flag like -var-file?
There is no such functionality atm. I will add it in the next release
Thanks :)