You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should create a path based request routing rule with a default backend and a redirect rule.
Actual Behavior
This is actually creating the application gateway as expected, but since there is a validation inside the flatten function the read function fails.
I think that checking for redirect_configuration_name and default_backend_address_pool_name is not right, since those two parameters are not mutually exclusive.
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
May 29, 2019
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.11.13
Affected Resource(s)
azurerm_application_gateway
Terraform Configuration Files
Expected Behavior
This should create a path based request routing rule with a default backend and a redirect rule.
Actual Behavior
This is actually creating the application gateway as expected, but since there is a validation inside the flatten function the read function fails.
I think that checking for redirect_configuration_name and default_backend_address_pool_name is not right, since those two parameters are not mutually exclusive.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: