Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Fix option without provisioning the GSA #166

Fix option without provisioning the GSA

Fix option without provisioning the GSA #166

Workflow file for this run

name: ci
permissions:
contents: read
on:
push:
jobs:
job:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v4
- name: terraform validate
run: |
cd terraform
terraform init -backend=false
terraform validate
- name: terraform validate - gke-existing
run: |
cd resources/gke-existing
terraform init -backend=false
terraform validate
- name: terraform validate - gke-new
run: |
cd resources/gke-new
terraform init -backend=false
terraform validate
- name: terraform validate - memorystore-new
run: |
cd resources/memorystore-new
terraform init -backend=false
terraform validate
- name: terraform validate - cloudsql-new
run: |
cd resources/cloudsql-new
terraform init -backend=false
terraform validate
- name: terraform validate - cloudsql-database-new
run: |
cd resources/cloudsql-database-new
terraform init -backend=false
terraform validate
- name: terraform validate - gsa
run: |
cd resources/gsa
terraform init -backend=false
terraform validate
- name: terraform validate - gcs-full
run: |
cd resources/gcs-full
terraform init -backend=false
terraform validate
- name: terraform validate - cloud-endpoint
run: |
cd resources/cloud-endpoint
terraform init -backend=false
terraform validate