Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Updating readme.md to put deprecation message. #13

Updating readme.md to put deprecation message.

Updating readme.md to put deprecation message. #13

Workflow file for this run

name: 'Terraform GitHub Actions'
on:
- pull_request
jobs:
terraform:
name: 'Terraform fmt'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Terraform Format'
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: "1.0.11"
tf_actions_subcommand: 'fmt'
tf_actions_working_dir: '.'
tf_actions_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}