added file

This commit is contained in:
Jun-te Kim 2025-12-29 13:48:26 +00:00
parent ab323132f7
commit b24e9b2bde

View file

@ -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