Skip to content

Commit 2ec2191

Browse files
terraform(deps): bump the opentofu group across 6 directories with 1 update
Updates the requirements on and [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version. Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) Updates `hashicorp/aws` to 6.28.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v4.0.0...v6.28.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu - dependency-name: hashicorp/aws dependency-version: 6.28.0 dependency-type: direct:production dependency-group: opentofu ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 348a6b0 commit 2ec2191

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/basic/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.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

modules/email-notification/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.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

modules/lambda-image-build/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.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

modules/scheduled-lambda/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.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

modules/sms-notification/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.0"
7+
version = "~> 6.30"
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 = "~> 4.0"
7+
version = "~> 6.30"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)