We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fe89a commit bacdd2cCopy full SHA for bacdd2c
terraform/providers.tf
@@ -12,7 +12,7 @@ terraform {
12
required_providers {
13
aws = {
14
source = "hashicorp/aws"
15
- version = "~> 4.0"
+ version = "~> 5.0" # Or "~> 4.0" if you prefer the older version
16
}
17
random = {
18
source = "hashicorp/random"
0 commit comments