Skip to content

Instantly share code, notes, and snippets.

@dwilliams782
Created March 4, 2022 16:17
Show Gist options
  • Save dwilliams782/f7ea2c46da80e662bd376eee1dbc0b33 to your computer and use it in GitHub Desktop.
Save dwilliams782/f7ea2c46da80e662bd376eee1dbc0b33 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
lhworkflow-debug:
plan:
steps:
- env:
name: TF_LOG
value: debug
- run: terraform${ATLANTIS_DEFAULT_TF_VERSION} fmt -check=true -diff=true -write=false -recursive=true
- init
- plan
apply:
steps:
- env:
name: TF_LOG
value: debug
- apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment