Skip to content

Commit

Permalink
Merge branch 'main' into 797-decompose-istio-oscal-into-oscal-and-val…
Browse files Browse the repository at this point in the history
…idations
  • Loading branch information
CloudBeard authored Oct 16, 2024
2 parents 45dc188 + bf23a89 commit bc85c94
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 bc85c94

Please sign in to comment.