terraform/quickstart/101-confidential-ledger
github-actions[bot] 4509b7454a Update TestRecord 2024-11-24 03:21:22 +00:00
..
README.md
TestRecord.md Update TestRecord 2024-11-24 03:21:22 +00:00
main.tf
outputs.tf
providers.tf
variables.tf

README.md

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