terraform-provider: fix integration test (#2882)

This commit is contained in:
Adrian Stobbe 2024-01-31 18:24:05 +01:00 committed by GitHub
parent 9b547bced0
commit 5ecc5ed9c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,9 +63,9 @@ func TestAccAttestationSource(t *testing.T) {
csp = "azure" csp = "azure"
attestation_variant = "azure-tdx" attestation_variant = "azure-tdx"
image = { image = {
version = "v2.15.0 version = "v2.15.0"
reference = "v2.15.0 reference = "v2.15.0"
short_path = "v2.15.0 short_path = "v2.15.0"
} }
insecure = true insecure = true
} }