From 81eb51d5be7a4cd829c248a1fc85aafb60af6fcd Mon Sep 17 00:00:00 2001 From: Vishesh Date: Thu, 14 Mar 2024 14:08:44 +0530 Subject: [PATCH] fixup --- cloudstack/resource_cloudstack_ipaddress.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudstack/resource_cloudstack_ipaddress.go b/cloudstack/resource_cloudstack_ipaddress.go index 5a1ad08f..10a7c73a 100644 --- a/cloudstack/resource_cloudstack_ipaddress.go +++ b/cloudstack/resource_cloudstack_ipaddress.go @@ -45,7 +45,6 @@ func resourceCloudStackIPAddress() *schema.Resource { "network_id": { Type: schema.TypeString, Optional: true, - Computed: true, ForceNew: true, },