Open lonegunmanb opened 1 year ago
I get this also when deploying a Managed Grafana resource in a new subscription, it looks like the AzureRM provider doesn't register automatically the Resource Provider (even without skip_provider_registration
in the provider block).
Is there an existing issue for this?
Community Note
Terraform Version
v1.6.0
AzureRM Provider Version
v3.76.0
Affected Resource(s)/Data Source(s)
azurerm_managed_lustre_file_system
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Resource created successfully.
Actual Behaviour
No response
Steps to Reproduce
terraform apply -auto-approve
Important Factoids
No response
References
This issue caused testing error for https://github.com/Azure/terraform/pull/258. It looks like we need to add
Microsoft.StorageCache
intofunc Required() map[string]struct{}
function in the provider.