From bfd4810c02ad04981e562bd86549bd59f0e54460 Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Mon, 25 Sep 2023 17:11:43 +0530 Subject: [PATCH] force new --- consul/resource_service_defaults_config_entry.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consul/resource_service_defaults_config_entry.go b/consul/resource_service_defaults_config_entry.go index c8566733..db44c244 100644 --- a/consul/resource_service_defaults_config_entry.go +++ b/consul/resource_service_defaults_config_entry.go @@ -131,11 +131,13 @@ var serviceDefaultsConfigEntrySchema = map[string]*schema.Schema{ "namespace": { Type: schema.TypeString, Optional: true, + ForceNew: true, }, "partition": { Type: schema.TypeString, Optional: true, + ForceNew: true, Description: "The partition the config entry is associated with.", },