Azure Service Fabric Mesh Secret Value
This page shows how to write Terraform for Service Fabric Mesh Secret Value and write them securely.
azurerm_service_fabric_mesh_secret_value (Terraform)
The Secret Value in Service Fabric Mesh can be configured in Terraform with the resource name azurerm_service_fabric_mesh_secret_value. 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 -
service_fabric_mesh_secret_idrequired - string -
tagsoptional - map from string to string -
valuerequired - string -
timeoutssingle block
Explanation in Terraform Registry
Manages a Service Fabric Mesh Secret Value. !> 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.