Skip to content

Commit 5ccd763

Browse files
chore(deps): bump appvia/stackset/aws from 0.2.7 to 0.2.9 (#51)
Bumps [appvia/stackset/aws](https://github.com/appvia/terraform-aws-stackset) from 0.2.7 to 0.2.9. - [Release notes](https://github.com/appvia/terraform-aws-stackset/releases) - [Commits](appvia/terraform-aws-stackset@v0.2.7...v0.2.9) --- updated-dependencies: - dependency-name: appvia/stackset/aws dependency-version: 0.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40ce6f1 commit 5ccd763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "config_rule_groups" {
44
for_each = var.config.rule_groups
55
source = "appvia/stackset/aws"
6-
version = "0.2.7"
6+
version = "0.2.9"
77

88
name = format("%s%s", var.config.stackset_name_prefix, lower(each.key))
99
description = format("Used to configure and distribute the AWS Config rules for %s", each.key)

macie.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
module "macie" {
99
count = local.macie_enabled ? 1 : 0
1010
source = "appvia/stackset/aws"
11-
version = "0.2.7"
11+
version = "0.2.9"
1212

1313
name = try(var.macie.stackset_name, "lz-macie-configuration")
1414
description = "Configuration for the AWS macie service, configured by the landing zone"

0 commit comments

Comments
 (0)