Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
falconlee236 committed Nov 2, 2024
1 parent ebbfd3f commit 8ee97e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/terraform_destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
run: aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} --profile falconlee236
- run: aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} --profile falconlee236

# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# AWS_DEFAULT_REGION: ap-northeast-2

# Create terraform.prod.tfvars file
- name: Create terraform.prod.tfvars file
Expand All @@ -53,11 +49,7 @@ jobs:

- name: Terraform init
run: cd src && terraform init
env:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_VALUE }}

# destroy GCP instance
- name: destory GCP Compute Engine
run: make clean
env:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_VALUE }}

0 comments on commit 8ee97e0

Please sign in to comment.