mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 14:54:53 -04:00
terraform: fix Azure marketplace image defaults (#2692)
* config: default to false instead of null for Azure marketplace image Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> * terraform: make Azure marketplace image default to null Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
acba9c4c60
commit
6ff321364d
4 changed files with 5 additions and 3 deletions
|
@ -193,7 +193,7 @@ func TestAzureClusterVariables(t *testing.T) {
|
|||
Debug: to.Ptr(true),
|
||||
Location: "eu-central-1",
|
||||
CustomEndpoint: "example.com",
|
||||
MarketplaceImage: AzureMarketplaceImageVariables{
|
||||
MarketplaceImage: &AzureMarketplaceImageVariables{
|
||||
Publisher: "edgelesssys",
|
||||
Product: "constellation",
|
||||
Name: "constellation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue