Data Source: azurerm_blueprint_published_version

Use this data source to access information about an existing Blueprint Published Version

Example Usage

data "azurerm_subscription" "current" {}

data "azurerm_blueprint_published_version" "test" {
  scope_id       = data.azurerm_subscription.current.id
  blueprint_name = "exampleBluePrint"
  version        = "dev_v2.3"
}

Argument Reference

Attributes Reference

Timeouts

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