Small typo fix in provider documentation

This commit is contained in:
Yaron Tal 2017-12-22 12:23:13 +01:00 committed by GitHub
parent f43d66e143
commit a40eac1cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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