mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
remove errant comment
This commit is contained in:
parent
23d425072c
commit
d7560de2dd
@ -249,7 +249,6 @@ func resourceComputeInstanceUpdate(d *schema.ResourceData, meta interface{}) err
|
||||
osClient := config.computeV2Client
|
||||
|
||||
var updateOpts servers.UpdateOpts
|
||||
// If the Metadata has changed, then update that.
|
||||
if d.HasChange("name") {
|
||||
updateOpts.Name = d.Get("name").(string)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user