Data Source: azurerm_container_registry

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

Example Usage

data "azurerm_container_registry" "example" {
  name                = "testacr"
  resource_group_name = "test"
}

output "login_server" {
  value = data.azurerm_container_registry.example.login_server
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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