Skip to content

Commit

Permalink
Update creds.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jan 25, 2023
1 parent a74b3d2 commit b71c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acm/creds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "time_sleep" "wait_acm" {
count = (var.create_ssh_key == true || var.ssh_auth_key != null) ? 1 : 0
depends_on = [google_gke_hub_feature_membership.main]

create_duration = "360s"
create_duration = "60s"
}

resource "kubernetes_secret_v1" "creds" {
Expand Down

0 comments on commit b71c813

Please sign in to comment.