Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 3, 2024
1 parent e786e75 commit 4601287
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sld_terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- james/iac
workflow_dispatch:
branches:
- master
Expand All @@ -17,8 +16,6 @@ defaults:
working-directory: sld

env:
# verbosity setting for Terraform logs
#TF_LOG: INFO
# Credentials for name dot com
TF_VAR_name_dot_com_user: ${{ secrets.TF_VAR_name_dot_com_user }}
TF_VAR_name_dot_com_token: ${{ secrets.TF_VAR_name_dot_com_token }}
Expand Down Expand Up @@ -55,7 +52,7 @@ jobs:
run: terraform validate

- name: Terraform plan
if: github.ref == 'refs/heads/james/iac' && github.event_name == 'push'
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: terraform plan -no-color -input=false -parallelism=1

- name: Terraform Apply
Expand Down

0 comments on commit 4601287

Please sign in to comment.