Skip to content

Commit caa2d7d

Browse files
authored
Merge pull request #207 from companieshouse/dependabot/terraform/groups/frontend/version-updates-3449315a8b
Bump the version-updates group across 1 directory with 2 updates
2 parents 1154049 + 9ad2280 commit caa2d7d

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.344"
2+
source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.349"
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.15"
8+
version = ">= 5.0, < 6.16"
99
source = "hashicorp/aws"
1010
}
1111
}

0 commit comments

Comments
 (0)