Azure Service Fabric Mesh Local Network
This page shows how to write Terraform for Service Fabric Mesh Local Network and write them securely.
azurerm_service_fabric_mesh_local_network (Terraform)
The Local Network in Service Fabric Mesh can be configured in Terraform with the resource name azurerm_service_fabric_mesh_local_network. 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
-
descriptionoptional - string -
idoptional computed - string -
locationrequired - string -
namerequired - string -
network_address_prefixrequired - string -
resource_group_namerequired - string -
tagsoptional - map from string to string -
timeoutssingle block
Explanation in Terraform Registry
Manages a Service Fabric Mesh Local Network. !> Note: Service Fabric Mesh is being retired on
2021-04-28and new Clusters can no longer be provisioned. More information about the retirement can be found here. Azure recommends migrating to either a Azure Container Instances, Azure Kubernetes Service or a Service Fabric Managed Cluster. !> Note: This resource is deprecated and will be removed in version 3.0 of the Azure Provider.
Azure Resource Manager Example
Azure Resource Manager code does not have the related resource.