ciriarte/Terraform Resource Action

Terraform resource port from Concourse. It is meant to ease portability across Github Actions and Concourse Pipelines.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
env_nameName of the environment to manage, e.g. staging. A Terraform workspace will be created with this name.no
terraform_sourceThe relative path of the directory containing your Terraform configuration files. For example: if your .tf files are stored in a git repo called prod-config under a directory terraform-configs, you could do a get: prod-config in your pipeline with terraform_source: prod-config/terraform-configs/ as the source.yes
backend_configJSON object with the corresponding backend configyes
backend_typeWe only support s3 and gcs for nowyes

no outputs