Skip to content

Commit e4564f6

Browse files
fix: update VPN creation timeout to 1h (#1087)
1 parent 73a8904 commit e4564f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ resource "ibm_is_vpn_gateway" "vpn_gateway" {
441441
access_tags = each.value.access_tags
442442

443443
timeouts {
444+
create = "1h"
444445
delete = "1h"
445446
}
446447
}

0 commit comments

Comments
 (0)