Data Source: azurerm_container_registry_token

Use this data source to access information about an existing Container Registry token.

Example Usage

data "azurerm_container_registry_token" "example" {
  name                    = "exampletoken"
  resource_group_name     = "example-resource-group"
  container_registry_name = "example-registry"
}

output "scope_map_id" {
  value = data.azurerm_container_registry_token.example.scope_map_id
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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