Skip to content

Commit

Permalink
setting userdata for winrm
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jul 9, 2024
1 parent 5868988 commit 73e0f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module "windows" {
username = "Administrator"
password = "DavesAwesomeSauce"
}
userdata = "userdata/winrm.ps1"
build_environment_variables = [
for proxy_var in keys(local.proxy_env_vars) :
{
Expand All @@ -141,8 +142,8 @@ module "windows" {
goss_profile = "base-test"
state = local.state_config
vpc_config = local.vpc_config
source_ami = "ami-03fadeeea589a106b"
instance_type = "t2.micro"
source_ami = "ami-0f2604a0914ed017e"
instance_type = "t2.xlarge"
}

output iam_arn {
Expand Down

0 comments on commit 73e0f21

Please sign in to comment.