We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1154049 + 9ad2280 commit caa2d7dCopy full SHA for caa2d7d
groups/frontend/iam.tf
@@ -1,5 +1,5 @@
1
module "instance_profile" {
2
- source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.344"
+ source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.349"
3
name = "${var.service_subtype}-${var.service}-profile"
4
5
cw_log_group_arns = flatten([
groups/frontend/main.tf
@@ -5,7 +5,7 @@ terraform {
6
required_providers {
7
aws = {
8
- version = ">= 5.0, < 6.15"
+ version = ">= 5.0, < 6.16"
9
source = "hashicorp/aws"
10
}
11
0 commit comments