Skip to content

Commit 3c4e74a

Browse files
authored
Update aws-nap-apply.yml
1 parent a46c25f commit 3c4e74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/aws-nap-apply.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
terraform_infra:
1414
name: "AWS Infra"
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest
1616
defaults:
1717
run:
1818
working-directory: ./infra
@@ -47,8 +47,7 @@ jobs:
4747
- name: Terraform Plan
4848
if: github.event_name == 'pull_request'
4949
run: |
50-
export TF_LOG=DEBUG
51-
terraform plan -no-color -input=false | tee plan.txt
50+
terraform plan -no-color -input=false > plan.txt
5251
cat plan.txt
5352
continue-on-error: true
5453

@@ -65,6 +64,7 @@ jobs:
6564
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
6665
run: terraform apply -auto-approve -input=false
6766

67+
6868
terraform_eks:
6969
name: "AWS EKS"
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)