Data Source: azurerm_template_spec_version

Use this data source to access information about an existing Template Spec Version.

Example Usage

data "azurerm_template_spec_version" "example" {
  name                = "exampleTemplateSpec"
  resource_group_name = "MyResourceGroup"
  version             = "v1.0.4"
}

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

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: