gcp and azure

This commit is contained in:
miampf 2024-04-18 16:39:27 +02:00
parent d82d4799fb
commit 9406fe1502
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -154,6 +154,7 @@ node_groups = {
custom_endpoint = "example.com"
internal_load_balancer = false
cc_technology = "SEV_SNP"
additional_labels = null
`
got := vars.String()
assert.Equal(t, strings.Fields(want), strings.Fields(got)) // to ignore whitespace differences
@ -232,6 +233,7 @@ marketplace_image = {
publisher = "edgelesssys"
version = "2.13.0"
}
additional_tags = null
`
got := vars.String()
assert.Equal(t, strings.Fields(want), strings.Fields(got)) // to ignore whitespace differences