Skip to content

Commit

Permalink
Merge pull request #2 from Flaconi/plt-0-fix-dependabot
Browse files Browse the repository at this point in the history
PLT-0 - Fix dependabot
  • Loading branch information
Engerim authored Nov 29, 2024
2 parents 0d0cef0 + 21f91c0 commit 15ad629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ updates:
time: "08:00"
timezone: Europe/Berlin
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module "ssm" {
module "secrets" {
source = "github.com/terraform-aws-modules/terraform-aws-secrets-manager?ref=v1.1.2"

create = length(var.parameters) > 0

tags = var.tags

kms_key_id = "alias/aws/secretsmanager"
Expand Down

0 comments on commit 15ad629

Please sign in to comment.