This message was deleted.
# google-cloud
s
This message was deleted.
l
It seems to be an issue either in the Terraform provider or in the underlying Google Cloud Go SDK. I filed an issue for the TF provider so further investigation is done: https://github.com/terraform-providers/terraform-provider-google/issues/5682
g
I haven't migrated that part of our deployment yet from Terraform, currently we have this and its working fine:
Copy code
resource "google_service_account" "workload_identity" {
  account_id   = "workload-identity"
  display_name = "Workload Identity"
}
l
Strange, tried it 3 times but it fails consistently for me. Which version of TF and the GCP provider do you use? Can you compare with the versions I published in the GH issue and add info to the ticket if it differs for you?
g
Sure
👍🏼 1