Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

figleafteam/terraform-github-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform GitHub Actions

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.

Getting Started

To get started, check out our documentation: https://www.terraform.io/docs/github-actions/getting-started/.

Actions

Fmt Action

Runs terraform fmt and comments back if any files are not formatted correctly. Terraform Fmt Action

Validate Action

Runs terraform validate and comments back on error. Terraform Validate Action

Plan Action

Runs terraform plan and comments back with the output. Terraform Plan Action

Packages

No packages published

Languages

  • Shell 59.7%
  • Dockerfile 40.3%