Skip to content

Commit 1154049

Browse files
authored
Merge pull request #205 from companieshouse/dependabot/terraform/groups/frontend/version-updates-91f1b896ae
Bump the version-updates group in /groups/frontend with 2 updates
2 parents 48eef9e + 521614f commit 1154049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

groups/frontend/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "instance_profile" {
2-
source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.342"
2+
source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.344"
33
name = "${var.service_subtype}-${var.service}-profile"
44

55
cw_log_group_arns = flatten([

groups/frontend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55

66
required_providers {
77
aws = {
8-
version = ">= 5.0, < 6.14"
8+
version = ">= 5.0, < 6.15"
99
source = "hashicorp/aws"
1010
}
1111
}

0 commit comments

Comments
 (0)