Skip to content

Commit

Permalink
update code quality based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwuliuyun committed Aug 11, 2023
1 parent 5c4cd9e commit 60d86a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/azurestackhci/stack_hci_cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ func resourceArmStackHCIClusterRead(d *pluginsdk.ResourceData, meta interface{})
return err
}
configId = automanageConfigId.ID()
}
}

d.Set("automanage_configuration_id", configId)
}

Expand Down

0 comments on commit 60d86a9

Please sign in to comment.