Azure Spring Cloud Certificate

This page shows how to write Terraform and Azure Resource Manager for Spring Cloud Certificate and write them securely.

azurerm_spring_cloud_certificate (Terraform)

The Certificate in Spring Cloud can be configured in Terraform with the resource name azurerm_spring_cloud_certificate. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages an Azure Spring Cloud Certificate.

Microsoft.AppPlatform/Spring/certificates (Azure Resource Manager)

The Spring/certificates in Microsoft.AppPlatform can be configured in Azure Resource Manager with the resource name Microsoft.AppPlatform/Spring/certificates. 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

  • apiVersion required - string
  • name required - string

    The name of the certificate resource.

  • properties required
      • certVersion optional - string

        The certificate version of key vault.

      • keyVaultCertName required - string

        The certificate name of key vault.

      • vaultUri required - string

        The vault uri of user key vault.

  • type required - string

Frequently asked questions

What is Azure Spring Cloud Certificate?

Azure Spring Cloud Certificate is a resource for Spring Cloud of Microsoft Azure. Settings can be wrote in Terraform.