added file
This commit is contained in:
parent
ab323132f7
commit
b24e9b2bde
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ses-juntekim.yml
vendored
4
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -59,9 +59,9 @@ jobs:
|
|||
- name: Terraform Plan
|
||||
if: github.event_name == 'pull_request'
|
||||
working-directory: ${{ env.WORKING_DIR }}
|
||||
run: terraform plan -input=false
|
||||
run: terraform plan -input=false -var-file=terraform.tfvars
|
||||
|
||||
- name: Terraform Apply
|
||||
if: github.ref == 'refs/heads/main'
|
||||
working-directory: ${{ env.WORKING_DIR }}
|
||||
run: terraform apply -auto-approve
|
||||
run: terraform apply -auto-approve -input=false -var-file=terraform.tfvars
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue