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.", },