terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
Bug report- Application Gateway Destroy
Is there an existing issue for this?
- [X] I have searched the existing issues
Community Note
- Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Version of the module you are using
5.7.7
Rover Version
No response
Terraform Version
3.2
AzureRM Provider Version
No response
Affected Resource(s)/Data Source(s)
azurerm_application_gateway
Terraform Configuration Files
Getting an error while changing Application gateway Configurations after it is deployed ones.
Expected Behaviour
Terraform Apply should pass
Actual Behaviour
Error: Provider produced inconsistent final plan │ │ When expanding the plan for │ module.app_service_environment.module.caf.module.application_gateways["agw_eastus1"].azurerm_application_gateway.agw │ to include new values learned so far during apply, provider │ "registry.terraform.io/hashicorp/azurerm" produced an invalid new value for │ .http_listener: planned set element │ cty.ObjectVal(map[string]cty.Value{"custom_error_configuration":cty.ListValEmpty(cty.Object(map[string]cty.Type{"custom_error_page_url":cty.String, │ "id":cty.String, "status_code":cty.String})), │ "firewall_policy_id":cty.StringVal(""), │ "frontend_ip_configuration_id":cty.UnknownVal(cty.String), │ "frontend_ip_configuration_name":cty.StringVal("private"), │ "frontend_port_id":cty.UnknownVal(cty.String), │ "frontend_port_name":cty.StringVal("https"), │ "host_name":cty.StringVal("sampleapp.app01.eus-tst.ase.merck.com"), │ "host_names":cty.SetValEmpty(cty.String), "id":cty.UnknownVal(cty.String),
Steps to Reproduce
No response
Important Factoids
No response
References
No response