Skip to content

Instantly share code, notes, and snippets.

@dwilliams782
Created March 4, 2022 16:16
Show Gist options
  • Save dwilliams782/0f8f86d76a342b353fe5d39536dbd857 to your computer and use it in GitHub Desktop.
Save dwilliams782/0f8f86d76a342b353fe5d39536dbd857 to your computer and use it in GitHub Desktop.
workflows:
lhworkflow:
plan:
steps:
- run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true
- init
- plan
apply:
steps:
- apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment