Skip to content

Commit f39b378

Browse files
committed
ROSAENG-0000 | test: Increase VPC destroy timeout
1 parent f7dc1c3 commit f39b378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ resource "aws_route_table_association" "private_route_table_association" {
206206
# Any resource uses this VPC ID, must wait to all resources creation completion
207207
resource "time_sleep" "vpc_resources_wait" {
208208
create_duration = "20s"
209-
destroy_duration = "20s"
209+
destroy_duration = "5m"
210210
triggers = {
211211
vpc_id = aws_vpc.vpc.id
212212
cidr_block = aws_vpc.vpc.cidr_block

0 commit comments

Comments
 (0)