mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
Small typo fix in provider documentation
This commit is contained in:
parent
f43d66e143
commit
a40eac1cca
@ -479,7 +479,7 @@ func resourceServerUpdate(d *schema.ResourceData, m interface{}) error {
|
||||
// then only the "address" field would be saved.
|
||||
|
||||
// We succeeded, disable partial mode. This causes Terraform to save
|
||||
// save all fields again.
|
||||
// all fields again.
|
||||
d.Partial(false)
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user