GoogleCloudPlatform / education-data-platform

Education Data Platform (EDP) is a reference architecture followed by end-to-end blueprints, scripts and a suite of Terraform modules for Google Cloud Platform (GCP), designed to automate the creation, governance and observability of a modern and robust data repository for educational institutions, looking into becoming a data-driven organization.
Apache License 2.0
42 stars 17 forks source link

Cloud Composer 1 Region us-west1 deprecated #17

Open juuhcsr opened 8 months ago

juuhcsr commented 8 months ago

Those APIs need to me enable before the terraform runs: https://console.cloud.google.com/apis/api/iam.googleapis.com https://console.cloud.google.com/apis/api/orgpolicy.googleapis.com https://console.cloud.google.com/apis/api/pubsub.googleapis.com https://console.cloud.google.com/apis/api/cloudresourcemanager.googleapis.com/

The cloud composer v1 has depracated so whe need to change to v2 to do that we got: code problem - changes in 03-composer.tf

from logs ---

permission problem - cloudcomposer-service account need permission - Cloud Composer v2 API Service Agent Extension (change v1 to v2 be)

CairoAC commented 5 months ago

Same problem here @juuhcsr!

:)