Skip to content

Commit

Permalink
d/healthcare_medtech_service: removing ForceNew from workspace_id
Browse files Browse the repository at this point in the history
Data Source fields shouldn't be ForceNew
  • Loading branch information
tombuildsstuff committed Mar 22, 2023
1 parent 1772927 commit 99c0ef5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func dataSourceHealthcareIotConnector() *pluginsdk.Resource {
"workspace_id": {
Type: pluginsdk.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validate.WorkspaceID,
},

Expand Down

0 comments on commit 99c0ef5

Please sign in to comment.