From 33c8596e4eac64ea89015671928a4d6a8c61ee97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:17:19 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ec2-instance/aws to v2 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 8ac773d..3b3614b 100644 --- a/src/main.tf +++ b/src/main.tf @@ -34,7 +34,7 @@ data "template_file" "userdata" { module "ec2_instance" { source = "cloudposse/ec2-instance/aws" - version = "1.4.0" + version = "2.0.0" enabled = local.enabled