Skip to content

Commit

Permalink
revert change to example
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 19, 2024
1 parent 32c473a commit 7aa4042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/application_gateway_ingress/k8s_workload.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "kubernetes_ingress_v1" "ing" {
}

resource "time_sleep" "wait_for_ingress" {
create_duration = "5m"
create_duration = "15m"

depends_on = [kubernetes_ingress_v1.ing]
}
Expand Down

0 comments on commit 7aa4042

Please sign in to comment.