Skip to content

Commit a48a077

Browse files
committed
1 parent cdc569d commit a48a077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/s3/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 4.0, < 6.0"
5+
version = ">= 4.0, < 7.0"
66
}
77
}
88
required_version = ">= 1, < 2"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 4.0, < 6.0"
5+
version = ">= 4.0, < 7.0"
66
}
77
}
88
required_version = ">= 1, < 2"

0 commit comments

Comments
 (0)