Skip to content

Commit bacdd2c

Browse files
committed
fix: update providers.
1 parent 61fe89a commit bacdd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
required_providers {
1313
aws = {
1414
source = "hashicorp/aws"
15-
version = "~> 4.0"
15+
version = "~> 5.0" # Or "~> 4.0" if you prefer the older version
1616
}
1717
random = {
1818
source = "hashicorp/random"

0 commit comments

Comments
 (0)