Skip to content

Commit

Permalink
r/app_service_plan: fixing a bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 13, 2020
1 parent 081bf67 commit 40c8632
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ func resourceArmAppServicePlanRead(d *schema.ResourceData, meta interface{}) err
d.Set("kind", resp.Kind)

if props := resp.AppServicePlanProperties; props != nil {
if err := d.Set("properties", flattenAppServiceProperties(props)); err != nil {
return fmt.Errorf("Error setting `properties`: %+v", err)
}

if profile := props.HostingEnvironmentProfile; profile != nil {
d.Set("app_service_environment_id", profile.ID)
}
Expand Down

0 comments on commit 40c8632

Please sign in to comment.