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.
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.
2) Configuring web server CIDR block is not supported for Cloud Composer environments in versions 2.0.0 and newer.
3) Configuring node location is not supported for Cloud Composer environments in versions 2.0.0 and newer.
4) 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)
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 ---
4) 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)