Skip to main content
Version: 2.20

terraform_backend


Configuration to be merged with what is in the root module's 'backend' block

Backend: pants.backend.experimental.terraform


source

str
required

Configuration to be merged with what is in the root module's 'backend' block

description

str | None
default: None

A human-readable description of the target.

Use pants list --documented :: to see all targets with descriptions.

tags

Iterable[str] | None
default: None

Arbitrary 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.