yandex_container_registry_ip_permission (Data Source)
Written by
Updated at September 11, 2025
Get information about a Yandex Container Registry IP Permission. For more information, see the official documentation.
Warning
Either registry_id or registry_name must be specified.
Example usage
//
// Get information about existing IP Permission of specific Container Registry.
//
data "yandex_container_registry_ip_permission" "my_ip_permission_by_id" {
registry_id = yandex_container_registry.my_registry.id
}
Schema
Optional
registry_id(String) The ID of the registry that ip restrictions applied to.registry_name(String) The Name of specific Container Registry.timeouts(Block, Optional) (see below for nested schema)
Read-Only
id(String) The ID of this resource.pull(Set of String) List of configured CIDRs, from whichpullis allowed.push(Set of String) List of configured CIDRs, from whichpushis allowed.
Nested Schema for timeouts
Optional:
default(String)