Remove properties.
Validate Data / sync (push) Has been cancelled

This commit is contained in:
Christopher Schleiden
2020-05-26 13:31:30 -07:00
parent 60749c6653
commit 6179f79b78
84 changed files with 252 additions and 255 deletions
+6
View File
@@ -1,3 +1,9 @@
---
name: Terraform
description: Set up Terraform CLI in your GitHub Actions workflow.
categories: []
iconName: terraform
---
# This workflow installs the latest version of Terraform CLI and configures the Terraform CLI configuration file
# with an API token for Terraform Cloud (app.terraform.io). On pull request events, this workflow will run
# `terraform init`, `terraform fmt`, and `terraform plan` (speculative plan via Terraform Cloud). On push events