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