We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc1c3 commit f39b378Copy full SHA for f39b378
1 file changed
modules/vpc/main.tf
@@ -206,7 +206,7 @@ resource "aws_route_table_association" "private_route_table_association" {
206
# Any resource uses this VPC ID, must wait to all resources creation completion
207
resource "time_sleep" "vpc_resources_wait" {
208
create_duration = "20s"
209
- destroy_duration = "20s"
+ destroy_duration = "5m"
210
triggers = {
211
vpc_id = aws_vpc.vpc.id
212
cidr_block = aws_vpc.vpc.cidr_block
0 commit comments