From 71395d5031d1aee265fd4c20482e228dbebe70cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:15:50 +0000 Subject: [PATCH] Bump ami_instance_profile from 1.0.2 to 4.0.0 Bumps [ami_instance_profile](https://github.com/traveloka/terraform-aws-iam-role) from 1.0.2 to 4.0.0. - [Release notes](https://github.com/traveloka/terraform-aws-iam-role/releases) - [Changelog](https://github.com/traveloka/terraform-aws-iam-role/blob/master/CHANGELOG.md) - [Commits](https://github.com/traveloka/terraform-aws-iam-role/compare/tags/v1.0.2...tags/v4.0.0) --- updated-dependencies: - dependency-name: ami_instance_profile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ebb55a9..16e56d9 100644 --- a/main.tf +++ b/main.tf @@ -39,7 +39,7 @@ resource "aws_sqs_queue" "airflow_queue" { # --------------------------------------- module "ami_instance_profile" { - source = "git::https://github.com/traveloka/terraform-aws-iam-role//modules/instance?ref=tags/v1.0.2" + source = "git::https://github.com/traveloka/terraform-aws-iam-role//modules/instance?ref=tags/v4.0.0" service_name = module.airflow_labels.namespace cluster_role = module.airflow_labels.stage environment = module.airflow_labels.stage