Skip to content

Commit 7e0b409

Browse files
authored
Require hashicorp/aws >= 6.4.0
We're using the `skip_destroy` argument on `resource/aws_s3_bucket_public_access_block`.
1 parent bf543e0 commit 7e0b409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
aws = {
1010
source = "hashicorp/aws"
11-
version = "> 6.0.0"
11+
version = ">= 6.4.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)