Merge pull request #16975 from yaron/master

Small typo fix in provider documentation
pull/16987/head
Mitchell Hashimoto 9 years ago committed by GitHub
commit 4700a86ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save