We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58c094 commit 3d840c0Copy full SHA for 3d840c0
modules/acm/creds.tf
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2018 Google LLC
+ * Copyright 2018-2024 Google LLC
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ resource "time_sleep" "wait_acm" {
35
count = (var.create_ssh_key == true || var.ssh_auth_key != null || var.enable_policy_controller || var.enable_config_sync) ? 1 : 0
36
depends_on = [google_gke_hub_feature_membership.main]
37
38
- create_duration = (length(var.policy_bundles) > 0) ? "600s" : "300s"
+ create_duration = "600s"
39
}
40
41
resource "google_service_account_iam_binding" "ksa_iam" {
0 commit comments