Open dkirrane opened 3 years ago
The same here. Without setting virtual network configuriation works.
Still hitting this on Terraform v0.14.9
azurerm = {
source = "hashicorp/azurerm"
version = "2.56.0"
}
Problem still exists with:
azurerm = {
version = "~> 2.64"
source = "hashicorp/azurerm"
}
I observe Debug Output
as described while creating redis similar to above, but without subnetwork applied. I check manually azure portal and see redis is created here. but terraform does not see it.
so i do other settings, these can have some influence
issue may be related to https://github.com/hashicorp/terraform-provider-azurerm/pull/14208 about getting wrong redis id path, so not tested
Problem still exist with:
azurerm = { version = "~> 3.6.0" source = "hashicorp/azurerm" }
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_redis_cache
Terraform Configuration Files
Debug Output
If I try run terraform plan & apply again I hit
Expected Behaviour
azurerm_redis_cache
should not fail if Redis does end up getting created.Actual Behaviour
azurerm_redis_cache
fails. But I can see in the Azure portal that Redis goes on and gets created successfully.Steps to Reproduce
terraform apply