Data Source: azurerm_container_registry_scope_map

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

Example Usage

data "azurerm_container_registry_scope_map" "example" {
  name                    = "example-scope-map"
  resource_group_name     = "example-resource-group"
  container_registry_name = "example-registry"
}

output "actions" {
  value = data.azurerm_container_registry_scope_map.example.actions
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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