Skip to content

Commit

Permalink
Bump secrets::terraform-aws-secrets-manager from 1.1.2 to 1.3.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 15ad629 commit d212ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "ssm" {
}

module "secrets" {
source = "github.com/terraform-aws-modules/terraform-aws-secrets-manager?ref=v1.1.2"
source = "github.com/terraform-aws-modules/terraform-aws-secrets-manager?ref=v1.3.1"

create = length(var.parameters) > 0

Expand Down

0 comments on commit d212ef0

Please sign in to comment.