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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Composer 1 Region us-west1 deprecated

juuhcsr opened this issue · comments

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 ---

    1. Configuring node count is not supported for Cloud Composer environments in versions 2.0.0 and newer.
    1. Configuring web server CIDR block is not supported for Cloud Composer environments in versions 2.0.0 and newer.
    1. Configuring node location is not supported for Cloud Composer environments in versions 2.0.0 and newer.
    1. Setting useIpAliases is not supported for Cloud Composer environments in versions 2.0.0 and newer, as they always use VPC Native (IP Aliases)., badReques

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

Same problem here @juuhcsr!

:)