ciriarte/Terraform Resource Action
Terraform resource port from Concourse. It is meant to ease portability across Github Actions and Concourse Pipelines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| env_name | Name of the environment to manage, e.g. staging. A Terraform workspace will be created with this name. | no | — |
| terraform_source | The 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_config | JSON object with the corresponding backend config | yes | — |
| backend_type | We only support s3 and gcs for now | yes | — |
Outputs
no outputs