Skip to content

Commit 571ad47

Browse files
committed
chore: bump hashicorp/aws constraint to >= 6.33
1 parent 14d6640 commit 571ad47

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

examples/default/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

examples/ephemeral/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

examples/external-managed-ssm-secrets/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

examples/multi-runner/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

examples/permissions-boundary/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

examples/prebuilt/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 6.21"
5+
version = ">= 6.33"
66
}
77
local = {
88
source = "hashicorp/local"

modules/multi-runner/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 = ">= 6.21"
7+
version = ">= 6.33"
88
}
99
random = {
1010
source = "hashicorp/random"

modules/runners/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 = ">= 6.21"
7+
version = ">= 6.33"
88
}
99
}
1010
}

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 = ">= 6.21"
7+
version = ">= 6.33"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)