Skip to content

Commit

Permalink
ci: updates for windows 2019/2022 ami (#131)
Browse files Browse the repository at this point in the history
### Description

Updates AMIs for Windows 2019 / 2022 to new supported IDs
  • Loading branch information
obs-gh-nikhildua authored Nov 13, 2024
1 parent 7d0f169 commit cafe191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/modules/create_ec2/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ locals {

WINDOWS_SERVER_2019_BASE = {
ami_instance_type = "t3.small"
ami_id = "ami-006bce2026b3f63b8"
ami_id = "ami-08f810c9fec974bb3"
ami_description = "Microsoft Windows Server 2019 with Desktop Experience Locale English AMI provided by Amazon"
default_user = "Administrator"
sleep = 120
Expand All @@ -115,7 +115,7 @@ locals {

WINDOWS_SERVER_2022_BASE = {
ami_instance_type = "t3.small"
ami_id = "ami-0fdf7c7a70369b831"
ami_id = "ami-00bedb8509ebcc120"
ami_description = "Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
default_user = "Administrator"
sleep = 120
Expand Down

0 comments on commit cafe191

Please sign in to comment.