Skip to content

Commit 44bb3c2

Browse files
authored
fix TestAccIAMBetaWorkloadIdentityPool_beta_update (#16019)
1 parent 957c8cc commit 44bb3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/iambeta/resource_iam_workload_identity_pool_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ resource "google_iam_workload_identity_pool" "my_pool" {
210210
"us-central2" : "projects/project-bar/locations/us-central2/caPools/ca-pool-bar"
211211
"asia-east1" : "projects/project-foo/locations/asia-east1/caPools/ca-pool-foo"
212212
}
213-
lifetime = "36000s"
213+
lifetime = "172800s"
214214
rotation_window_percentage = 75
215215
key_algorithm = "RSA_4096"
216216
}

0 commit comments

Comments
 (0)