alphagov / cyber-security-windows-sandbox

Build a windows domain in AWS with terraform with a DC and WEC event forwarding.
MIT License
3 stars 0 forks source link

increase the version of the windows server #43

Closed detnon closed 3 years ago

detnon commented 3 years ago

increase the version of the windows server to Windows_Server-2016-English-Core-Base-2021.06.09, as the previous AMI Windows_Server-2016-English-Core-Base-2021.04.14 has been removed

detnon commented 3 years ago

Is it possible to wildcard this to Windows_Server-2016-English-Core-Base-* or something so we don't have to keep changing it?

How will terraform know which version to spin up?

danjoneslf commented 3 years ago

How will terraform know which version to spin up?

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami#most_recent

detnon commented 3 years ago

How will terraform know which version to spin up?

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami#most_recent

Understood!

Can i get a review plz?