Skip to content

Commit e1dec54

Browse files
committed
removed reference to GitHub secret
1 parent 281209a commit e1dec54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
if: github.ref != 'refs/heads/main' || github.event_name == 'pull_request'
105105
run: |
106106
terraform plan -no-color -input=false \
107-
-var="elasticache_auth=${{ secrets.elasticache_auth }}" \
108107
-out=TFplan.JSON
109108
continue-on-error: true
110109

@@ -161,5 +160,4 @@ jobs:
161160
- name: Terraform Apply
162161
if: github.ref == 'refs/heads/main'
163162
run: |
164-
terraform apply -auto-approve -input=false \
165-
-var="elasticache_auth=${{ secrets.elasticache_auth }}"
163+
terraform apply -auto-approve -input=false

0 commit comments

Comments
 (0)