apigee / terraform-modules

Terraform modules and ready to use end-to-end examples for Apigee.
Apache License 2.0
52 stars 56 forks source link

Samples hybrid-gke IAM Project ID bug #115

Closed Red-Five closed 10 months ago

Red-Five commented 1 year ago

https://github.com/apigee/terraform-modules/blob/main/samples/hybrid-gke/main.tf#L212

should read

iam_project_roles = { "${module.project.project_id}" = [ ... ] }

in order to extract the Project ID correctly from the module.

danistrebel commented 10 months ago

Hybrid provisioning has moved away from kustomize and on to helm. This is no longer applicable.