From 15215170681ba7354e3f07eb5f8f0fdcdee91f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Wed, 28 Sep 2016 17:35:37 +0200 Subject: [PATCH] network_id is computed (#9102) --- builtin/providers/cloudstack/resource_cloudstack_instance.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/cloudstack/resource_cloudstack_instance.go b/builtin/providers/cloudstack/resource_cloudstack_instance.go index 6939f05df..59f16492d 100644 --- a/builtin/providers/cloudstack/resource_cloudstack_instance.go +++ b/builtin/providers/cloudstack/resource_cloudstack_instance.go @@ -40,6 +40,7 @@ func resourceCloudStackInstance() *schema.Resource { "network_id": &schema.Schema{ Type: schema.TypeString, Optional: true, + Computed: true, ForceNew: true, },