From cdc4bc33b248be7fc169cc40a0a43275489e2902 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Wed, 31 Jul 2024 14:22:27 -0400 Subject: [PATCH] Updated --- main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.tf b/main.tf index b135b6b..8ad0b24 100644 --- a/main.tf +++ b/main.tf @@ -127,7 +127,7 @@ output "password" { value = nonsensitive(random_password.winrm.result) } -/* + module "windows" { source = "HappyPathway/image-pipeline/aws" project_name = "windows-image-pipeline-demo" @@ -164,5 +164,3 @@ module "windows" { prevent_destroy = true } } - -*/ \ No newline at end of file