Skip to content

Commit

Permalink
r/frontdoor_custom_https_configuration: setting resource_group_name
Browse files Browse the repository at this point in the history
fixes #8103
  • Loading branch information
tombuildsstuff committed Aug 19, 2020
1 parent c4afda9 commit 5ea4cab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func resourceArmFrontDoorCustomHttpsConfigurationRead(d *schema.ResourceData, me
}

d.Set("frontend_endpoint_id", id.ID(subscriptionId))
d.Set("resource_group_name", id.ResourceGroup)

flattenedHttpsConfig := flattenCustomHttpsConfiguration(resp.FrontendEndpointProperties)
if err := d.Set("custom_https_configuration", flattenedHttpsConfig.CustomHTTPSConfiguration); err != nil {
Expand Down

0 comments on commit 5ea4cab

Please sign in to comment.