From ddd81930fb9e5e3418912276e0d860502f89b4d9 Mon Sep 17 00:00:00 2001 From: Vishesh Date: Wed, 13 Mar 2024 15:10:37 +0530 Subject: [PATCH] Fixup network_id in ipaddress when vpc_id is specified --- cloudstack/resource_cloudstack_ipaddress.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudstack/resource_cloudstack_ipaddress.go b/cloudstack/resource_cloudstack_ipaddress.go index 98ad47ec..8f5f1ffc 100644 --- a/cloudstack/resource_cloudstack_ipaddress.go +++ b/cloudstack/resource_cloudstack_ipaddress.go @@ -45,6 +45,7 @@ func resourceCloudStackIPAddress() *schema.Resource { "network_id": { Type: schema.TypeString, Optional: true, + Computed: true, ForceNew: true, },