Skip to content

Commit 5842f83

Browse files
Bump the version-updates group in /groups/frontend with 2 updates
Bumps the version-updates group in /groups/frontend with 2 updates: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [instance_profile::terraform-modules](https://github.com/companieshouse/terraform-modules). Updates `hashicorp/aws` from 5.100.0 to 6.10.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.100.0...v6.10.0) Updates `instance_profile::terraform-modules` from 1.0.338 to 1.0.340 - [Release notes](https://github.com/companieshouse/terraform-modules/releases) - [Commits](companieshouse/terraform-modules@tags/1.0.338...tags/1.0.340) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: version-updates - dependency-name: instance_profile::github::companieshouse/terraform-modules::tags/1.0.338 dependency-version: 1.0.340 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a711b5 commit 5842f83

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

0 commit comments

Comments
 (0)