Data Source: azurestack_platform_image

Use this data source to access information about a Platform Image.

Example Usage

data "azurestack_platform_image" "test" {
  location  = "West Europe"
  publisher = "Canonical"
  offer     = "UbuntuServer"
  sku       = "16.04-LTS"
}

output "version" {
  value = data.azurestack_platform_image.test.version
}

Argument Reference

Attributes Reference