The docs for version 2.99.0 of the azurerm provider say that azurerm_function_app_function
is a valid resource. When you look at the release notes, they say that resource is in beta for this release. Either way, when I try to apply my main.tf
file with that resource, it says:
The provider hashicorp/azurerm does not support resource type “azurerm_function_app_function”.
Do I need to do something special to access the beta resources?