There was an error while loading. Please reload this page.
1 parent 7741b36 commit 53966d4Copy full SHA for 53966d4
.github/workflows/firestore.yml
@@ -178,12 +178,12 @@ jobs:
178
Firestore/Example/App/GoogleService-Info.plist "$plist_secret"
179
180
# create composite indexes with Terraform
181
- - name: Setup Terraform
+ - name: Setup Terraform
182
uses: hashicorp/setup-terraform@v2
183
- name: Terraform Init
184
run: terraform init
185
continue-on-error: true
186
- - name: Terraform Apply
+ - name: Terraform Apply
187
run: |
188
python scripts/decrypt_project_info.py Firestore/Example/App/GoogleService-Info.plist
189
terraform apply -var-file=Firestore/Example/App/project_info.json -auto-approve
0 commit comments