chrispsheehan/Execute Terraform & Terragrunt with AWS OIDC
Sets up Terraform, Terragrunt, configures AWS OIDC authentication and runs terragrunt action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tf_version | Version of Terraform to install | no | 1.13.3 |
| tg_version | Version of Terragrunt to install | no | 0.72.6 |
| aws_region | AWS Region | — | eu-west-2 |
| override_tg_vars | Override or additional Terragrunt variables in JSON format | no | {} |
| aws_oidc_role_arn | AWS iam role arn | yes | — |
| tg_directory | Module directory to perform action upon | yes | — |
| tg_action | Terragrunt action to perform (`apply`, `destroy`, or `init` for outputs-only) | yes | apply |
Outputs
| name | description |
|---|---|
| tg_outputs | All Terraform outputs in JSON format |