From 22581b8fcbc0a91fd309f7ba7f4783efe4500ce5 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 3 Jun 2025 18:16:44 +0300 Subject: [PATCH] Update Ec2 instance module 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