Skip to content

Commit 18b0900

Browse files
Update Terraform aws to v5
1 parent 59c6c25 commit 18b0900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 4.67.0"
6+
version = "~> 5.88.0"
77
}
88
random = {
99
source = "hashicorp/random"

0 commit comments

Comments
 (0)