Skip to content

Commit

Permalink
rm unnecessary forcenew
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmullen committed Oct 12, 2023
1 parent 3b43b9f commit 13e893c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/data_source_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func dataSourceUser() *schema.Resource {
Description: "The scope ID in which the resource is created. Defaults `global` if unset.",
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "global",
ValidateFunc: validation.StringIsNotEmpty,
},
Expand Down

0 comments on commit 13e893c

Please sign in to comment.