Edward Sun

Results 162 comments of Edward Sun

@gracjanborowiak I noticed that your both NEG sharing the same `default_port`. Is this on purpose? Have you tried different ports? Can you share the complete debug log that contains all...

@gracjanborowiak I have tried below config and it works fine. Can you try it to see if that works for you? ```tf resource "google_compute_network_endpoint_group" "palo_neg" { name = "neg1" network...

Missing ForceNew() on [location](https://github.com/hashicorp/terraform-provider-google/blob/51cd81b1e98361b897d16e33652f5017a2ed3a0c/google/services/networksecurity/resource_network_security_address_group.go#L64)? Forward to the service team

@mattmoor when you execute step 3, do you mean you want to re-deploy the terraform config which is the same as step 1? Can you share your config and the...

@Montana what is the intended service account you wanted to use? What is below account? Does it have right permissions? ``` [email protected] ``` Besides, what account do you use to...

@Montana not sure what exact happened. Are you able to share the debug logs? ``` When using Terraform for GKE (and this also applies to using the web console), attempts...

@adviteey1 Can you try to put [taint](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#taint) in google_container_cluster instead?

I can repro the issue. Switching the version in the provider block, we can see a different result ```tf resource "google_service_account" "default" { account_id = "service-account-id" display_name = "Service Account"...

Okay I can repro this issue. It appears the [PatchRule](https://github.com/hashicorp/terraform-provider-google/blob/51cd81b1e98361b897d16e33652f5017a2ed3a0c/google/services/compute/resource_compute_security_policy.go#L685) call is failing. Forward to the service team.

@rhoriguchi can you share the complete config with before and after the update as well as your debug log? The error complains permissions. Did you check if that account has...