From 4c4e1aeb701442e3529777bc30ceba5a7bc57a9d Mon Sep 17 00:00:00 2001 From: "febc.yamamoto" Date: Mon, 1 Apr 2019 18:01:30 +0900 Subject: [PATCH] Set rke_cluster.network.options to Computed:true --- rke/schema.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rke/schema.go b/rke/schema.go index 059aeda6..d63cc550 100644 --- a/rke/schema.go +++ b/rke/schema.go @@ -539,6 +539,7 @@ func ClusterSchema() map[string]*schema.Schema { "options": { Type: schema.TypeMap, Optional: true, + Computed: true, Description: "Plugin options to configure network properties", }, },