Skip to content

Commit

Permalink
fix: increase timeout for load balancer deployment (#636) <br> Deploy…
Browse files Browse the repository at this point in the history
…ment timeout for load balancer set to 45 minutes

Co-authored-by: Shikha Maheshwari <shikhamaheshwari@shikhas-mbp.in.ibm.com>
  • Loading branch information
maheshwarishikha and Shikha Maheshwari committed Mar 18, 2024
1 parent 67124c8 commit 446f4ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ resource "ibm_is_lb" "lb" {
resource_group = var.resource_group_id
tags = var.tags
access_tags = var.access_tags

timeouts {
create = "45m"
update = "45m"
delete = "45m"
}
}

##############################################################################
Expand Down

0 comments on commit 446f4ed

Please sign in to comment.