Skip to content

Commit

Permalink
adding
Browse files Browse the repository at this point in the history
  • Loading branch information
CURRTIS1 committed Feb 20, 2024
1 parent 2212f5c commit 20176f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
with:
path: ./layers/000base/000base_tfplan
name: 000base_tfplan
- run: ls -la
- run: |
cd ./000base_tfplan
ls -la
- name: Terraform Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: terraform apply -auto-approve ./000base_tfplan
Expand Down
9 changes: 0 additions & 9 deletions layers/000base/secret.tf

This file was deleted.

0 comments on commit 20176f3

Please sign in to comment.