Data Source: azurerm_tenant_template_deployment

Use this data source to access information about an existing Tenant Template Deployment.

Example Usage

data "azurerm_tenant_template_deployment" "example" {
  name = "existing"
}

output "id" {
  value = data.azurerm_tenant_template_deployment.example.id
}

output "example_output" {
  value = jsondecode(data.azurerm_tenant_template_deployment.example.output_content).exampleOutput.value
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: