Skip to content

Commit

Permalink
Remember to set gcr domain in AppEngine Read.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Feb 28, 2019
1 parent 748c0a1 commit a6fd335
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func resourceAppEngineApplicationRead(d *schema.ResourceData, meta interface{})
d.Set("location_id", app.LocationId)
d.Set("name", app.Name)
d.Set("serving_status", app.ServingStatus)
d.Set("gcr_domain", app.GcrDomain)
d.Set("project", pid)
dispatchRules, err := flattenAppEngineApplicationDispatchRules(app.DispatchRules)
if err != nil {
Expand Down

0 comments on commit a6fd335

Please sign in to comment.