From e6d2be1f7685054a1ae0bc4977c1584c67aa07b3 Mon Sep 17 00:00:00 2001 From: Mahesh N Date: Tue, 9 Jul 2024 12:16:59 +0530 Subject: [PATCH] US65034: External Cloud IAC test --- pkg/models/clouds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/clouds.go b/pkg/models/clouds.go index d6e6df4..06b048c 100644 --- a/pkg/models/clouds.go +++ b/pkg/models/clouds.go @@ -79,7 +79,7 @@ type CloudRespBody struct { Apiversion string `json:"apiVersion"` Serviceregistryid string `json:"serviceRegistryId"` Configmanagementid string `json:"configManagementId"` - Importexisting bool `json:"importExisting"` + Importexisting string `json:"importExisting"` Enabledisktypeselection string `json:"enableDiskTypeSelection"` Enablenetworktypeselection string `json:"enableNetworkTypeSelection"` } `json:"config"`