Skip to content

Commit 3d840c0

Browse files
authored
fix(CI): extend wait time for ACM (#1861)
1 parent e58c094 commit 3d840c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/acm/creds.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018 Google LLC
2+
* Copyright 2018-2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ resource "time_sleep" "wait_acm" {
3535
count = (var.create_ssh_key == true || var.ssh_auth_key != null || var.enable_policy_controller || var.enable_config_sync) ? 1 : 0
3636
depends_on = [google_gke_hub_feature_membership.main]
3737

38-
create_duration = (length(var.policy_bundles) > 0) ? "600s" : "300s"
38+
create_duration = "600s"
3939
}
4040

4141
resource "google_service_account_iam_binding" "ksa_iam" {

0 commit comments

Comments
 (0)