Azure Custom Providers Custom Provider
This page shows how to write Terraform and Azure Resource Manager for Custom Providers Custom Provider and write them securely.
azurerm_custom_provider (Terraform)
The Custom Provider in Custom Providers can be configured in Terraform with the resource name azurerm_custom_provider. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
idoptional computed - string -
locationrequired - string -
namerequired - string -
resource_group_namerequired - string -
tagsoptional - map from string to string -
actionset block -
resource_typeset block-
endpointrequired - string -
namerequired - string -
routing_typeoptional - string
-
-
timeoutssingle block -
validationset block-
specificationrequired - string
-
Explanation in Terraform Registry
Manages an Azure Custom Provider.
Microsoft.CustomProviders/resourceProviders (Azure Resource Manager)
The resourceProviders in Microsoft.CustomProviders can be configured in Azure Resource Manager with the resource name Microsoft.CustomProviders/resourceProviders. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.