GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Terraform manifest(s) assume default network is in place #989

Closed mattycourtney closed 2 years ago

mattycourtney commented 2 years ago

The Terraform manifest(s) assume default network is in place. This is problematic when the Org Poilicy constraints/compute.skipDefaultNetworkCreation is enforced.

Error: googleapi: Error 400: Project "cloud-ops-sandbox-1961117772" has no network named "default"., badRequest
│
│   with google_container_cluster.gke,
│   on 03_gke_cluster.tf line 43, in resource "google_container_cluster" "gke":
│   43: resource "google_container_cluster" "gke" {
minherz commented 2 years ago

@mattycourtney thank you for reporting the problem. We are currently in the process of re-architecting the project. The part of the work is to detach the microservice demo from the Sandbox itself. In result, the Sandbox will be working with Online Boutique project. I will notify the maintainer of the Online Boutique about the request.

minherz commented 2 years ago

Online Boutique has a new issue (#1265) to track the requested functionality.