Skip to content

Commit e47977d

Browse files
Chore [deps:terraform]: update hashicorp/aws requirement from ~> 6.54.0 to ~> 6.57.1
Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version. - [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@v6.54.0...v6.57.1) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.57.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdd0568 commit e47977d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/modules/gost_postgres

terraform/modules/gost_postgres/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
required_providers {
1414
aws = {
1515
source = "hashicorp/aws"
16-
version = "~> 6.54.0"
16+
version = "~> 6.57.1"
1717
}
1818
random = {
1919
source = "hashicorp/random"

0 commit comments

Comments
 (0)