Skip to content

Commit ebc098b

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

integration/modules/create_ec2/locals.tf

Lines changed: 3 additions & 4 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-034881cfcbca8bbea"
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-0641208eb1967b983"
106106
ami_description = "Microsoft Windows Server 2019 with Desktop Experience Locale English AMI provided by Amazon"
107107
default_user = "Administrator"
108108
sleep = 120
@@ -112,10 +112,9 @@ locals {
112112
architecture = "x86_64"
113113
}
114114

115-
116115
WINDOWS_SERVER_2022_BASE = {
117116
ami_instance_type = "t3.small"
118-
ami_id = "ami-055a418b44c502d59"
117+
ami_id = "ami-06fe666da1b90024e"
119118
ami_description = "Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
120119
default_user = "Administrator"
121120
sleep = 120

0 commit comments

Comments
 (0)