From d63cf54433366262751e8777cb070858f8c51b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 19:01:58 +0000 Subject: [PATCH] Bump ami_instance_profile::terraform-aws-iam-role from 1.0.2 to 4.0.2 Bumps [ami_instance_profile::terraform-aws-iam-role](https://github.com/traveloka/terraform-aws-iam-role) from 1.0.2 to 4.0.2. - [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.2) --- updated-dependencies: - dependency-name: ami_instance_profile::github::traveloka/terraform-aws-iam-role::tags/v1.0.2 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..1a704d9 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.2" service_name = module.airflow_labels.namespace cluster_role = module.airflow_labels.stage environment = module.airflow_labels.stage