hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

google_gkeonprem_bare_metal_cluster does not support disabling the bundle ingress for Anthos Bare Metal #18978

Open piyushsachdeva opened 1 month ago

piyushsachdeva commented 1 month ago

Community Note

Description

As per the Anthos bare metal public docs, if you are using Anthos service mesh, it is recommended to disable the bundle ingress however, this option is not present with Terraform Google Provider google_gkeonprem_bare_metal_cluster hence, raising this Github issue to create a feature request to implement the functionality.

New or Affected Resource(s)

Potential Terraform Configuration

References

No response

melinath commented 1 month ago

From triage: It's not clear whether (or how) this is supported in the REST API: https://cloud.google.com/anthos/clusters/docs/on-prem-api/reference/rest/v1/projects.locations.bareMetalClusters

Because of that, I'm marking this as a feature request for now.