Cameron Thornton
Cameron Thornton
An alternative workaround is to set the `ip_allocation_policy`. Could even be empty like so: ``` resource "google_container_cluster" "primary" { name = "${var.project_id}-gke" location = var.region ip_allocation_policy { } enable_autopilot =...
Not sure if you have access to merge yet, but seeing as the release cutoff is tonight, I'll go ahead and merge.
Sorry for the spam @melinath, taking this PR back into draft. feel free to unsubscribe to avoid more messages
Hi @joycezhou47, this is something we'll need to resolve for the test to pass. Can we grant permissions within the example using the [pubsub IAM controls](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/pubsub_topic_iam) ?
> pubsub permissions can be granted using IAM controls, but I need help to navigate the permission granting process for these tests since I don't really have an understanding of...
Hi @archeanlokinindi05, Looking for some clarification here. Can you provide some more logging of the terraform apply? Is the Terraform plan output stating the the resource will be replaced when...
This is possible via the [customPlacementConfig](https://cloud.google.com/storage/docs/json_api/v1/buckets) field.
closed with https://github.com/GoogleCloudPlatform/magic-modules/pull/6528
@kp250278 Given that this is represented in the API via another endpoint (https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances/promoteReplica), this seems like an imperative action that won't fit into Terraform's declarative schema. How would you expect...
@kp250278 please try out the import method, as I do not think that this action can be represented in Terraform in a declarative way with the way the API represents...