Open tonijofiu opened 3 years ago
What version of the provider are you using? There is plenty of issues open regarding the ordering and structure of Front Door resources - I would refer you to https://github.com/terraform-providers/terraform-provider-azurerm/issues/9153 for the general discussion and https://github.com/terraform-providers/terraform-provider-azurerm/pull/9357 for Part I of the fix.
@ericjohnson2 2.53.0
Is this a typo? (e.g. example-customdomain-frontend-edpoint
) should it be example-customdomain-frontend-endpoint
? If it is a typo I would consider this a bug as the resource should be validating that the endpoints exist in the resource before allowing the apply
to continue.
Affected Resource(s)
azurerm_frontdoor_custom_https_configuration
Terraform Configuration Files
Error
According to the documentation, I tried to use this resource, but it throws the following error. Works without Custom HTTP settings.
Important Factoids
References
0000