Skip to content

Instantly share code, notes, and snippets.

@ianonavy
Created November 3, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianonavy/5b47216018e96a3508bbbb3175cf2463 to your computer and use it in GitHub Desktop.
Save ianonavy/5b47216018e96a3508bbbb3175cf2463 to your computer and use it in GitHub Desktop.
TF_LOG=DEBUG terraform apply
2022-11-03T10:05:02.664-0400 [INFO] Terraform version: 1.3.3
2022-11-03T10:05:02.664-0400 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-11-03T10:05:02.664-0400 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-11-03T10:05:02.664-0400 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-11-03T10:05:02.664-0400 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-11-03T10:05:02.664-0400 [DEBUG] using github.com/zclconf/go-cty v1.11.1
2022-11-03T10:05:02.664-0400 [INFO] Go runtime version: go1.19.1
2022-11-03T10:05:02.664-0400 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.3.3/terraform", "apply"}
2022-11-03T10:05:02.664-0400 [DEBUG] Attempting to open CLI config file: /Users/ian/.terraformrc
2022-11-03T10:05:02.664-0400 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-11-03T10:05:02.664-0400 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-11-03T10:05:02.664-0400 [DEBUG] ignoring non-existing provider search directory /Users/ian/.terraform.d/plugins
2022-11-03T10:05:02.664-0400 [DEBUG] ignoring non-existing provider search directory /Users/ian/Library/Application Support/io.terraform/plugins
2022-11-03T10:05:02.664-0400 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-11-03T10:05:02.664-0400 [INFO] CLI command args: []string{"apply"}
2022-11-03T10:05:02.665-0400 [DEBUG] New state was assigned lineage "ad36a6a3-5fbb-1dc8-c3be-e91b877f19a8"
2022-11-03T10:05:02.704-0400 [DEBUG] checking for provisioner in "."
2022-11-03T10:05:02.704-0400 [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.3.3"
2022-11-03T10:05:02.705-0400 [INFO] backend/local: starting Apply operation
2022-11-03T10:05:02.707-0400 [DEBUG] created provider logger: level=debug
2022-11-03T10:05:02.707-0400 [INFO] provider: configuring client automatic mTLS
2022-11-03T10:05:02.716-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5]
2022-11-03T10:05:02.718-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11581
2022-11-03T10:05:02.718-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5
2022-11-03T10:05:02.729-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: configuring server automatic mTLS: timestamp=2022-11-03T10:05:02.729-0400
2022-11-03T10:05:02.741-0400 [DEBUG] provider: using plugin: version=5
2022-11-03T10:05:02.741-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: plugin address: address=/var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin2558682402 network=unix timestamp=2022-11-03T10:05:02.741-0400
2022-11-03T10:05:02.786-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-03T10:05:02.787-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11581
2022-11-03T10:05:02.787-0400 [DEBUG] provider: plugin exited
2022-11-03T10:05:02.787-0400 [DEBUG] Building and walking validate graph
2022-11-03T10:05:02.787-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:02.787-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:02.787-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example" references: [google_iam_workload_identity_pool.example]
2022-11-03T10:05:02.787-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2022-11-03T10:05:02.787-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example" references: []
2022-11-03T10:05:02.787-0400 [DEBUG] Starting graph walk: walkValidate
2022-11-03T10:05:02.788-0400 [DEBUG] created provider logger: level=debug
2022-11-03T10:05:02.788-0400 [INFO] provider: configuring client automatic mTLS
2022-11-03T10:05:02.791-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5]
2022-11-03T10:05:02.794-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11582
2022-11-03T10:05:02.794-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5
2022-11-03T10:05:02.804-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: configuring server automatic mTLS: timestamp=2022-11-03T10:05:02.804-0400
2022-11-03T10:05:02.816-0400 [DEBUG] provider: using plugin: version=5
2022-11-03T10:05:02.816-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: plugin address: address=/var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin2767090425 network=unix timestamp=2022-11-03T10:05:02.816-0400
2022-11-03T10:05:02.887-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-03T10:05:02.888-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11582
2022-11-03T10:05:02.888-0400 [DEBUG] provider: plugin exited
2022-11-03T10:05:02.888-0400 [INFO] backend/local: apply calling Plan
2022-11-03T10:05:02.888-0400 [DEBUG] Building and walking plan graph for NormalMode
2022-11-03T10:05:02.888-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:02.888-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:02.888-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example (expand)" references: []
2022-11-03T10:05:02.888-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example (expand)" references: [google_iam_workload_identity_pool.example (expand)]
2022-11-03T10:05:02.888-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2022-11-03T10:05:02.888-0400 [DEBUG] Starting graph walk: walkPlan
2022-11-03T10:05:02.888-0400 [DEBUG] created provider logger: level=debug
2022-11-03T10:05:02.888-0400 [INFO] provider: configuring client automatic mTLS
2022-11-03T10:05:02.892-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5]
2022-11-03T10:05:02.894-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11583
2022-11-03T10:05:02.894-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5
2022-11-03T10:05:02.905-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: configuring server automatic mTLS: timestamp=2022-11-03T10:05:02.905-0400
2022-11-03T10:05:02.917-0400 [DEBUG] provider: using plugin: version=5
2022-11-03T10:05:02.917-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: plugin address: address=/var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin853113776 network=unix timestamp=2022-11-03T10:05:02.917-0400
2022-11-03T10:05:02.987-0400 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/google\"]" changed the config value, but that value is unused
2022-11-03T10:05:02.988-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:02 [INFO] Authenticating using DefaultClient...: timestamp=2022-11-03T10:05:02.988-0400
2022-11-03T10:05:02.988-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:02 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: timestamp=2022-11-03T10:05:02.988-0400
2022-11-03T10:05:02.988-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:02 [INFO] Authenticating using DefaultClient...: timestamp=2022-11-03T10:05:02.988-0400
2022-11-03T10:05:02.988-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:02 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: timestamp=2022-11-03T10:05:02.988-0400
2022-11-03T10:05:02.988-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:02 [DEBUG] Waiting for state to become: [success]: timestamp=2022-11-03T10:05:02.988-0400
2022-11-03T10:05:03.266-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:03 [INFO] Terraform is using this identity: ian@kflow.ai: timestamp=2022-11-03T10:05:03.266-0400
2022-11-03T10:05:03.268-0400 [DEBUG] Resource instance state not found for node "google_iam_workload_identity_pool.example", instance google_iam_workload_identity_pool.example
2022-11-03T10:05:03.269-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example" references: []
2022-11-03T10:05:03.269-0400 [DEBUG] refresh: google_iam_workload_identity_pool.example: no state, so not refreshing
2022-11-03T10:05:03.272-0400 [DEBUG] Resource instance state not found for node "google_iam_workload_identity_pool_provider.example", instance google_iam_workload_identity_pool_provider.example
2022-11-03T10:05:03.272-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example" references: []
2022-11-03T10:05:03.272-0400 [DEBUG] refresh: google_iam_workload_identity_pool_provider.example: no state, so not refreshing
2022-11-03T10:05:03.276-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:03 [DEBUG] [transport] transport: http2Server.HandleStreams failed to read frame: read unix /var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin853113776->: use of closed network connection
2022-11-03T10:05:03.276-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-03T10:05:03.280-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11583
2022-11-03T10:05:03.280-0400 [DEBUG] provider: plugin exited
2022-11-03T10:05:03.280-0400 [DEBUG] building apply graph to check for errors
2022-11-03T10:05:03.280-0400 [DEBUG] Resource state not found for node "google_iam_workload_identity_pool.example", instance google_iam_workload_identity_pool.example
2022-11-03T10:05:03.280-0400 [DEBUG] Resource state not found for node "google_iam_workload_identity_pool_provider.example", instance google_iam_workload_identity_pool_provider.example
2022-11-03T10:05:03.280-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:03.280-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:03.280-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:03.280-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:03.280-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example (expand)" references: []
2022-11-03T10:05:03.280-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example (expand)" references: []
2022-11-03T10:05:03.280-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example" references: []
2022-11-03T10:05:03.280-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example" references: [google_iam_workload_identity_pool.example (expand) google_iam_workload_identity_pool.example google_iam_workload_identity_pool.example]
2022-11-03T10:05:03.281-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_iam_workload_identity_pool.example will be created
+ resource "google_iam_workload_identity_pool" "example" {
+ description = "Example pool"
+ disabled = false
+ display_name = "example"
+ id = (known after apply)
+ name = (known after apply)
+ project = (known after apply)
+ state = (known after apply)
+ workload_identity_pool_id = "example"
}
# google_iam_workload_identity_pool_provider.example will be created
+ resource "google_iam_workload_identity_pool_provider" "example" {
+ attribute_mapping = {
+ "google.subject" = "assertion.sub"
}
+ description = "Example provider"
+ disabled = false
+ display_name = "example"
+ id = (known after apply)
+ name = (known after apply)
+ project = (known after apply)
+ state = (known after apply)
+ workload_identity_pool_id = "example"
+ workload_identity_pool_provider_id = "example"
+ oidc {
+ allowed_audiences = [
+ "https://kubernetes.default.svc",
]
+ issuer_uri = "https://example.com"
}
}
Plan: 2 to add, 0 to change, 0 to destroy.
2022-11-03T10:05:03.282-0400 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2022-11-03T10:05:04.930-0400 [INFO] backend/local: apply calling Apply
2022-11-03T10:05:04.930-0400 [DEBUG] Building and walking apply graph for NormalMode plan
2022-11-03T10:05:04.931-0400 [DEBUG] Resource state not found for node "google_iam_workload_identity_pool.example", instance google_iam_workload_identity_pool.example
2022-11-03T10:05:04.931-0400 [DEBUG] Resource state not found for node "google_iam_workload_identity_pool_provider.example", instance google_iam_workload_identity_pool_provider.example
2022-11-03T10:05:04.931-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:04.931-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:04.931-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:04.931-0400 [DEBUG] ProviderTransformer: "google_iam_workload_identity_pool_provider.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/google"]
2022-11-03T10:05:04.932-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example (expand)" references: []
2022-11-03T10:05:04.932-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example" references: []
2022-11-03T10:05:04.932-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool_provider.example" references: [google_iam_workload_identity_pool.example google_iam_workload_identity_pool.example google_iam_workload_identity_pool.example (expand)]
2022-11-03T10:05:04.932-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/google\"]" references: []
2022-11-03T10:05:04.932-0400 [DEBUG] ReferenceTransformer: "google_iam_workload_identity_pool.example (expand)" references: []
2022-11-03T10:05:04.932-0400 [DEBUG] Starting graph walk: walkApply
2022-11-03T10:05:04.933-0400 [DEBUG] created provider logger: level=debug
2022-11-03T10:05:04.933-0400 [INFO] provider: configuring client automatic mTLS
2022-11-03T10:05:04.942-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5]
2022-11-03T10:05:04.951-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11585
2022-11-03T10:05:04.951-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5
2022-11-03T10:05:04.969-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: configuring server automatic mTLS: timestamp=2022-11-03T10:05:04.969-0400
2022-11-03T10:05:04.984-0400 [DEBUG] provider: using plugin: version=5
2022-11-03T10:05:04.984-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: plugin address: address=/var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin764123980 network=unix timestamp=2022-11-03T10:05:04.984-0400
2022-11-03T10:05:05.057-0400 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/google\"]" changed the config value, but that value is unused
2022-11-03T10:05:05.057-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [INFO] Authenticating using DefaultClient...: timestamp=2022-11-03T10:05:05.057-0400
2022-11-03T10:05:05.057-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: timestamp=2022-11-03T10:05:05.057-0400
2022-11-03T10:05:05.058-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [INFO] Authenticating using DefaultClient...: timestamp=2022-11-03T10:05:05.057-0400
2022-11-03T10:05:05.058-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [INFO] -- Scopes: [https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/userinfo.email]: timestamp=2022-11-03T10:05:05.057-0400
2022-11-03T10:05:05.058-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Waiting for state to become: [success]: timestamp=2022-11-03T10:05:05.058-0400
2022-11-03T10:05:05.352-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [INFO] Terraform is using this identity: ian@kflow.ai: timestamp=2022-11-03T10:05:05.349-0400
google_iam_workload_identity_pool.example: Creating...
2022-11-03T10:05:05.356-0400 [INFO] Starting apply for google_iam_workload_identity_pool.example
2022-11-03T10:05:05.356-0400 [DEBUG] google_iam_workload_identity_pool.example: applying the planned Create change
2022-11-03T10:05:05.357-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Creating new WorkloadIdentityPool: map[string]interface {}{"description":"Example pool", "displayName":"example"}: timestamp=2022-11-03T10:05:05.357-0400
2022-11-03T10:05:05.357-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Waiting for state to become: [success]: timestamp=2022-11-03T10:05:05.357-0400
2022-11-03T10:05:05.358-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Retry Transport: starting RoundTrip retry loop: timestamp=2022-11-03T10:05:05.357-0400
2022-11-03T10:05:05.358-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Retry Transport: request attempt 0: timestamp=2022-11-03T10:05:05.358-0400
2022-11-03T10:05:05.358-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Google API Request Details:
---[ REQUEST ]---------------------------------------
POST /v1/projects/splendid-drake-365819/locations/global/workloadIdentityPools?alt=json&workloadIdentityPoolId=example HTTP/1.1
Host: iam.googleapis.com
User-Agent: Terraform/1.3.3 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google/dev
Content-Length: 55
Content-Type: application/json
Accept-Encoding: gzip
{
"description": "Example pool",
"displayName": "example"
}
-----------------------------------------------------: timestamp=2022-11-03T10:05:05.358-0400
2022-11-03T10:05:05.704-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Google API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 409 Conflict
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: private
Content-Type: application/json; charset=UTF-8
Date: Thu, 03 Nov 2022 14:05:05 GMT
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
{
"error": {
"code": 409,
"message": "Requested entity already exists",
"status": "ALREADY_EXISTS"
}
}
-----------------------------------------------------: timestamp=2022-11-03T10:05:05.704-0400
2022-11-03T10:05:05.704-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Retry Transport: Stopping retries, last request failed with non-retryable error: googleapi: got HTTP response code 409 with body: HTTP/2.0 409 Conflict
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: private
Content-Type: application/json; charset=UTF-8
Date: Thu, 03 Nov 2022 14:05:05 GMT
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
{
"error": {
"code": 409,
"message": "Requested entity already exists",
"status": "ALREADY_EXISTS"
}
}: timestamp=2022-11-03T10:05:05.704-0400
2022-11-03T10:05:05.705-0400 [INFO] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] Retry Transport: Returning after 1 attempts: timestamp=2022-11-03T10:05:05.704-0400
2022-11-03T10:05:05.706-0400 [ERROR] provider.terraform-provider-google_v4.42.1_x5: Response contains error diagnostic: tf_resource_type=google_iam_workload_identity_pool @caller=github.com/hashicorp/terraform-plugin-go@v0.10.0/tfprotov5/internal/diag/diagnostics.go:56 @module=sdk.proto diagnostic_detail= diagnostic_severity=ERROR diagnostic_summary="Error creating WorkloadIdentityPool: googleapi: Error 409: Requested entity already exists" tf_provider_addr=provider tf_req_id=6b9324c1-1631-9f7b-b014-dabfd97c0142 tf_rpc=ApplyResourceChange tf_proto_version=5.2 timestamp=2022-11-03T10:05:05.705-0400
2022-11-03T10:05:05.715-0400 [ERROR] vertex "google_iam_workload_identity_pool.example" error: Error creating WorkloadIdentityPool: googleapi: Error 409: Requested entity already exists
│ Error: Error creating WorkloadIdentityPool: googleapi: Error 409: Requested entity already exists
│ with google_iam_workload_identity_pool.example,
│ on main.tf line 6, in resource "google_iam_workload_identity_pool" "example":
│ 6: resource "google_iam_workload_identity_pool" "example" {
2022-11-03T10:05:05.725-0400 [DEBUG] provider.terraform-provider-google_v4.42.1_x5: 2022/11/03 10:05:05 [DEBUG] [transport] transport: http2Server.HandleStreams failed to read frame: read unix /var/folders/rk/837jz0l90nb78w2sdjktsbqh0000gn/T/plugin764123980->: use of closed network connection
2022-11-03T10:05:05.725-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-03T10:05:05.728-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/google/4.42.1/darwin_arm64/terraform-provider-google_v4.42.1_x5 pid=11585
2022-11-03T10:05:05.728-0400 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment