These official Terraform GitHub Actions allow you to run terraform fmt
, validate
, plan
and apply
on your pull requests to help you review, validate and apply 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.