Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 31, 2024
1 parent 4f6d21b commit cdc4bc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -164,5 +164,3 @@ module "windows" {
prevent_destroy = true
}
}
*/

0 comments on commit cdc4bc3

Please sign in to comment.