From af82d51dcb24fcb62dc12ab458b97724442c73e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 00:01:18 +0000 Subject: [PATCH] Bump instance_profile::terraform-modules in /groups/fil Bumps [instance_profile::terraform-modules](https://github.com/companieshouse/terraform-modules) from 1.0.264 to 1.0.265. - [Release notes](https://github.com/companieshouse/terraform-modules/releases) - [Commits](https://github.com/companieshouse/terraform-modules/compare/tags/1.0.264...tags/1.0.265) --- updated-dependencies: - dependency-name: instance_profile::github::companieshouse/terraform-modules::tags/1.0.264 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- groups/fil/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/fil/iam.tf b/groups/fil/iam.tf index 24a4d6e..ecd3cd4 100644 --- a/groups/fil/iam.tf +++ b/groups/fil/iam.tf @@ -1,5 +1,5 @@ module "instance_profile" { - source = "git@github.com:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.264" + source = "git@github.com:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.265" name = "${var.service_subtype}-${var.service}-profile" cw_log_group_arns = formatlist("%s:*", local.tuxedo_log_group_arns)