TL;DR
When directly using "google_container_cluster" resources, I'm allowed to pass managed_opentelemetry_config, although the GKE modules don't allow any config for managed OTEL.
I'd love to be able to define that using my current module instead of relying on a custom CLI script to run the update command.
Terraform Resources
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster
https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/main/modules/beta-private-cluster-update-variant
Detailed design
Additional information
No response
TL;DR
When directly using "google_container_cluster" resources, I'm allowed to pass managed_opentelemetry_config, although the GKE modules don't allow any config for managed OTEL.
I'd love to be able to define that using my current module instead of relying on a custom CLI script to run the update command.
Terraform Resources
Detailed design
Additional information
No response