Skip to content

Commit 636d005

Browse files
committed
fix: add aws provider constraints
1 parent a151418 commit 636d005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/cloudwatch-alerts-to-slack/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.8"
7+
version = ">= 6.0"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/notify-slack-simple/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.8"
7+
version = ">= 6.0"
88
}
99
local = {
1010
source = "hashicorp/local"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.8"
7+
version = ">= 6.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)