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.
2 parents 3325804 + d9232b0 commit 517fc5aCopy full SHA for 517fc5a
versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = "~> 3.0"
+ version = ">= 4.9.0"
8
}
9
null = {
10
source = "hashicorp/null"
0 commit comments