terraform_var_files
Terraform vars files
Backend: pants.backend.experimental.terraform
Terraform vars files
Backend: pants.backend.experimental.terraform
descriptionstr | NoneNoneA human-readable description of the target.
Use pants list --documented :: to see all targets with descriptions.
sourcesIterable[str] | None('*.tfvars',)A list of files and globs that belong to this target.
Paths are relative to the BUILD file's directory. You can ignore files/globs by prefixing them with !.
Example: sources=['common.tfvars', 'prod.tfvars']
tagsIterable[str] | NoneNoneArbitrary strings to describe a target.
For example, you may tag some test targets with 'integration_test' so that you could run pants --tag='integration_test' test :: to only run on targets with that tag.