Skip to content

Commit

Permalink
Include iap in appengine patch updatemask. (GoogleCloudPlatform#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp authored and Nathan Klish committed May 18, 2020
1 parent 064bcf6 commit 9bbc9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func resourceAppEngineApplicationUpdate(d *schema.ResourceData, meta interface{}
defer mutexKV.Unlock(lockName)

log.Printf("[DEBUG] Updating App Engine App")
op, err := config.clientAppEngine.Apps.Patch(pid, app).UpdateMask("authDomain,servingStatus,featureSettings.splitHealthChecks").Do()
op, err := config.clientAppEngine.Apps.Patch(pid, app).UpdateMask("authDomain,servingStatus,featureSettings.splitHealthChecks,iap").Do()
if err != nil {
return fmt.Errorf("Error updating App Engine application: %s", err.Error())
}
Expand Down

0 comments on commit 9bbc9e2

Please sign in to comment.