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 7be9558 commit d218423Copy full SHA for d218423
terraform/aws/modules/infra/main.tf
@@ -18,7 +18,7 @@ terraform {
18
version = "3.4.3"
19
}
20
21
- required_version = ">= 1.0"
+ required_version = ">= 1.1"
22
23
24
data "aws_caller_identity" "current" {}
terraform/s3-remote-state/main.tf
@@ -39,7 +39,7 @@ terraform {
39
version = "4.56.0"
40
41
42
43
44
45
provider "aws" {
terraform/snowflake/modules/elt/main.tf
@@ -15,5 +15,5 @@ terraform {
15
]
16
17
0 commit comments