cisagov / cool-assessment-terraform

Terraform to deploy an assessment environment to the COOL
Creative Commons Zero v1.0 Universal
13 stars 4 forks source link

Open up outbound WinRM (5985/5986) from terraformer #251

Closed patrick-fox-cisa closed 1 month ago

patrick-fox-cisa commented 1 month ago

💡 Summary

We are spinning up external VPCs and new instances in those VPCs. There is an existing terraformer security rule that allows outbound SSH to 0.0.0.0/0, so we can use SSH to administer those hosts from terraformer (i.e. run ansible). The corresponding WinRM rule is limited to only the NOM VPC subnet 10.224.0.0/16 and we can't modify it.

Motivation and context

Need to spin up/administer windows hosts in peered VPCs

Implementation notes

Modify the existing line 61 in the code from [aws_subnet.operations.cidr_block] to either:

Acceptance criteria