terraform/quickstart/101-confidential-ledger/README.md

1.3 KiB

Azure Confidential Ledger

This template deploys an Azure Confidential Ledger.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
confidential_ledger_name Name of the confidential ledger resource. ""
confidential_ledger_type Type of the confidential ledger. Possible values are: Public and Private. Public
confidential_ledger_role_name Role name for the confidential ledger. Administrator

Example