There was an error while loading. Please reload this page.
1 parent 66c6741 commit aec3028Copy full SHA for aec3028
1 file changed
tests/local/input_image.tftest.hcl
@@ -72,11 +72,11 @@ run "should_image_result_in_expected_output" {
72
assert {
73
condition = output.image == tomap({
74
architecture = "x64"
75
- offer = "WindowsServer"
+ offer = "windowsserver2022"
76
operating_system = "Windows"
77
publisher = "MicrosoftWindowsServer"
78
sku = "2022-datacenter-g2"
79
- urn = "MicrosoftWindowsServer:WindowsServer:2022-datacenter-g2:latest"
+ urn = "MicrosoftWindowsServer:windowsserver2022:2022-datacenter-g2:latest"
80
urnAlias = "Win2022Datacenter"
81
version = "latest"
82
})
0 commit comments