1
Fork 0

Plan and apply
/ terraform (push) Successful in 17s Details

This commit is contained in:
Jake Howard 2024-01-08 21:20:06 +00:00
parent 3c5657b791
commit 90cbf97816
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@ jobs:
run: just terraform init
- name: Lint
run: just terraform-lint
- name: Plan
run: just terraform plan -out=tf.plan
- name: Apply
if: ${{ github.ref == 'refs/heads/master' }}
run: just terraform apply tf.plan