Skip to content

Commit

Permalink
force new
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 25, 2023
1 parent fad1749 commit bfd4810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consul/resource_service_defaults_config_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},

Expand Down

0 comments on commit bfd4810

Please sign in to comment.