Skip to content

Commit 2e32408

Browse files
fix: update windows AMIs for integration tests
1 parent 7f8006d commit 2e32408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/modules/create_ec2/locals.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ locals {
8989

9090
WINDOWS_SERVER_2016_BASE = {
9191
ami_instance_type = "t3.small"
92-
ami_id = "ami-02e77d98d01fe65cd"
92+
ami_id = "ami-08ded310ca86fa861"
9393
ami_description = "Microsoft Windows Server 2016 with Desktop Experience Locale English AMI provided by Amazon"
9494
default_user = "Administrator"
9595
sleep = 120
@@ -102,7 +102,7 @@ locals {
102102

103103
WINDOWS_SERVER_2019_BASE = {
104104
ami_instance_type = "t3.small"
105-
ami_id = "ami-0965ccda58d4f713f"
105+
ami_id = "ami-0b12f7545905e2ad0"
106106
ami_description = "Microsoft Windows Server 2019 with Desktop Experience Locale English AMI provided by Amazon"
107107
default_user = "Administrator"
108108
sleep = 120
@@ -115,7 +115,7 @@ locals {
115115

116116
WINDOWS_SERVER_2022_BASE = {
117117
ami_instance_type = "t3.small"
118-
ami_id = "ami-055a418b44c502d59"
118+
ami_id = "ami-0b91c4400195d38cc"
119119
ami_description = "Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
120120
default_user = "Administrator"
121121
sleep = 120

0 commit comments

Comments
 (0)