Skip to content

Commit

Permalink
remove extra wf steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 17, 2024
1 parent e5fb7c1 commit eff0024
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/terraform-plan-with-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
pushd ./terraform-incubator/home-unite-us/dev
terraform init
mkdir -p ./tfshow
# mkdir -p ./tfshow
terraform show -no-color 1> ./tfshow/before.tf 2>&1
# terraform show -no-color 1> ./tfshow/before.tf 2>&1
# sudo apt-get -y update
# sudo apt-get install graphviz
Expand All @@ -44,11 +44,11 @@ jobs:
# terraform show -no-color 1> ./tfshow/after.tf 2>&1
# tar czf ./homeuniteus.tfshow.tgz ./tfshow/*
- name: Store plan
uses: actions/upload-artifact@v4
with:
name: homeuniteus-tf-show
path: ./terraform-incubator/home-unite-us/dev/homeuniteus.tfshow.tgz
# - name: Store plan
# uses: actions/upload-artifact@v4
# with:
# name: homeuniteus-tf-show
# path: ./terraform-incubator/home-unite-us/dev/homeuniteus.tfshow.tgz



Expand Down

0 comments on commit eff0024

Please sign in to comment.