Open mpigram1 opened 3 months ago
Any update here?
We're experiencing the same issue. It does actually create the named value though, and terraform apply succeeds the second time (for this resource...)
There can be various reasons behind, for my case it's the org's firewall rule not allowing the traffic between APIM and key vault. Enable the TF_LOG=debug
may reveal much useful information.
Is there an existing issue for this?
Community Note
Terraform Version
1.8.4
AzureRM Provider Version
3.110.0
Affected Resource(s)/Data Source(s)
azurerm_api_management_named_value
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
It should create the named value within the APIM and link to the key vault secret using the managed identity I created for the APIM.
Actual Behaviour
Does not create and the error appears above.
Steps to Reproduce
terraform plan -no-color -out tfplan terraform apply
Important Factoids
No response
References
No response