Skip to content

Commit e1467dd

Browse files
committed
terraform/aws: Constrain the maximum provider version
v6 was recently released. v5.93.0 is what I've tested. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent ac918af commit e1467dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
aws = {
99
source = "hashicorp/aws"
10-
version = "~>5"
10+
version = "~> 5.93.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)