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 2575468 commit f8d2e5aCopy full SHA for f8d2e5a
versions.tf
@@ -1,6 +1,9 @@
1
terraform {
2
required_version = ">= 0.13"
3
required_providers {
4
- aws = ">= 3.36, !=4.1.0, !=4.2.0, !=4.3.0, !=4.4.0, !=4.5.0, !=4.6.0, !=4.7.0, !=4.8.0"
+ aws = {
5
+ source = "hashicorp/aws"
6
+ version = ">= 3.36, !=4.0.0, !=4.1.0, !=4.2.0, !=4.3.0, !=4.4.0, !=4.5.0, !=4.6.0, !=4.7.0, !=4.8.0"
7
+ }
8
}
9
0 commit comments