Skip to content

Commit

Permalink
fix setting name
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m committed Aug 19, 2024
1 parent e39b16e commit 53cc261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/mssql/mssql_failover_group_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func (r MsSqlFailoverGroupResource) Read() sdk.ResourceFunc {
serverId := parse.NewServerID(subscriptionId, id.ResourceGroupName, id.ServerName)

model := MsSqlFailoverGroupModel{
Name: id.ServerName,
Name: id.FailoverGroupName,
ServerId: serverId.ID(),
}

Expand Down

0 comments on commit 53cc261

Please sign in to comment.