These official Terraform GitHub Actions allow you to run terraform fmt
, validate
and plan
on your pull requests to help you review and validate Terraform changes.
To get started, check out our documentation: https://www.terraform.io/docs/github-actions/getting-started/.
Runs terraform fmt
and comments back if any files are not formatted correctly.
Runs terraform validate
and comments back on error.
Runs terraform plan
and comments back with the output.
Runs terraform apply
and comments back with the output.