Skip to content

Commit

Permalink
Merge pull request #67 from ministryofjustice/increase-timeout
Browse files Browse the repository at this point in the history
Increase timeout for tf state of namespace
  • Loading branch information
poornima-krishnasamy authored Sep 11, 2023
2 parents a1de845 + 54a9ad5 commit dc215d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ resource "kubernetes_namespace" "ingress_controllers" {
"cloud-platform-out-of-hours-alert" = "true"
}
}
timeouts {
delete = "10m"
}
}

########
Expand Down

0 comments on commit dc215d9

Please sign in to comment.