We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281209a commit e1dec54Copy full SHA for e1dec54
.github/workflows/terraform.yml
@@ -104,7 +104,6 @@ jobs:
104
if: github.ref != 'refs/heads/main' || github.event_name == 'pull_request'
105
run: |
106
terraform plan -no-color -input=false \
107
- -var="elasticache_auth=${{ secrets.elasticache_auth }}" \
108
-out=TFplan.JSON
109
continue-on-error: true
110
@@ -161,5 +160,4 @@ jobs:
161
160
- name: Terraform Apply
162
if: github.ref == 'refs/heads/main'
163
164
- terraform apply -auto-approve -input=false \
165
- -var="elasticache_auth=${{ secrets.elasticache_auth }}"
+ terraform apply -auto-approve -input=false
0 commit comments