Closed richardzone closed 4 years ago
This has been released in version 2.7.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:
provider "azurerm" {
version = "~> 2.7.0"
}
# ... other configuration ...
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!
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.24
Affected Resource(s)
resource "azurerm_application_gateway"
Terraform Configuration Files
Panic Output
azurerm_application_gateway.app_gateway: Creating...
Error: rpc error: code = Unavailable desc = transport is closing
Detailed error log:
Steps to Reproduce
terraform apply