Skip to content

Commit

Permalink
chore(deps): update support-deps
Browse files Browse the repository at this point in the history
| datasource         | package                       | from   | to     |
| ------------------ | ----------------------------- | ------ | ------ |
| terraform-provider | hashicorp/aws                 | 5.71.0 | 5.72.0 |
| terraform-module   | terraform-aws-modules/rds/aws | 6.9.0  | 6.10.0 |
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 6fe4e57 commit 0bdfa43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/test-infra/aws/eks/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_secretsmanager_secret_version" "db_secret_value" {

module "db" {
source = "terraform-aws-modules/rds/aws"
version = "6.9.0"
version = "6.10.0"

identifier = "${var.db_name}-db"
instance_use_identifier_prefix = true
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "~> 5.71.0"
version = "~> 5.72.0"
}
random = {
version = "~> 3.6.0"
Expand Down

0 comments on commit 0bdfa43

Please sign in to comment.