cloud-engineering-ea/Infrastructure Deployment using Terraform
Composite github action to use in a workflow for Terraform plan/apply steps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 10, 2025
- License
- None
Pinned Snippet
uses: cloud-engineering-ea/composite-action-terraform-deploy@f5e47f781503a7bfa5d310fedda97e9ff6ee9d3a # v1.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config_directory | terraform config directory with all configuration files | no | . |
| terraform_version | Terraform version | no | latest |
| terraform_action | Terraform action to perform 'plan', 'apply', 'destroy' | yes | — |
| environment | Environment to use for the Terraform action 'development', 'staging', 'production' | yes | — |
| variables_directory | Relative Path to directory with terraform variable files | no | ../variables |
| backend_config_directory | Relative Path to directory with terraform backend config files | no | ../terraformbackends |
Outputs
| name | description |
|---|---|
| terraform_plan | Terraform plan output |