You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------- Stdout: -------
=== RUN TestAccContainerNodePool_resourceManagerTags
=== PAUSE TestAccContainerNodePool_resourceManagerTags
=== CONT TestAccContainerNodePool_resourceManagerTags
resource_container_node_pool_test.go:52: Step 3/6 error: After applying this test step, the plan was not empty.
stdout:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_container_node_pool.primary_nodes will be updated in-place
~ resource "google_container_node_pool" "primary_nodes" {
id = "projects/PROJECT_ID/locations/us-central1-a/clusters/tf-test-cluster-arusu6rywg/nodePools/tf-test-cluster-arusu6rywg"
name = "tf-test-cluster-arusu6rywg"
# (11 unchanged attributes hidden)
~ node_config {
~ resource_manager_tags = {
+ "tagKeys/281478190995757" = "tagValues/281478575014447"
# (1 unchanged element hidden)
}
tags = []
# (19 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccContainerNodePool_resourceManagerTags (1371.56s)
FAIL
------- Stdout: -------
=== RUN TestAccContainerNodePool_resourceManagerTags
=== PAUSE TestAccContainerNodePool_resourceManagerTags
=== CONT TestAccContainerNodePool_resourceManagerTags
resource_container_node_pool_test.go:52: Step 3/6 error: Error running apply: exit status 1
Error: Error waiting for updating GKE node pool resource manager tags: Failed to update node pool
with google_container_node_pool.primary_nodes,
on terraform_plugin_test.tf line 101, in resource "google_container_node_pool" "primary_nodes":
101: resource "google_container_node_pool" "primary_nodes" {
--- FAIL: TestAccContainerNodePool_resourceManagerTags (1306.33s)
FAIL
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
Nightly build test history
b/375364101
The text was updated successfully, but these errors were encountered: