most-beach-54881
12/05/2023, 11:52 AMcareful-address-89803
12/09/2023, 10:38 PMterraform_deployment
have a root module in another directory. I thought that would just work, but I must be loading the tfvars wrong in Pants. The layout I was testing against had the terraform_deployment
and the root terraform_module
in the same directory. I tested with multiple terraform_deployment
in the same directory.careful-address-89803
12/09/2023, 10:47 PMcareful-address-89803
12/09/2023, 11:06 PMroot_module
field is the root Terraform module. If you were running this manually, you'd put this directory as the value of the -chdir
argument. I hope that makes sense. there's also a doc on the TF backend in preview here: https://github.com/pantsbuild/pants/pull/20230careful-address-89803
12/10/2023, 12:04 AM