Skip to content

Commit

Permalink
Merge pull request #8173 from terraform-providers/f/frontdoor-custom-…
Browse files Browse the repository at this point in the history
…https

r/frontdoor_custom_https_configuration: setting `resource_group_name`
  • Loading branch information
tombuildsstuff authored Aug 20, 2020
2 parents a1eba53 + 5ea4cab commit 39698ad
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 39698ad

Please sign in to comment.