ionoscloud_container_registry
Get information on a Container Registry
Example Usage
By Id
data "ionoscloud_container_registry" "example" {
id = "registry_id"
}By Name
data "ionoscloud_container_registry" "example" {
name = "container-registry-example"
}By Name with Partial Match
data "ionoscloud_container_registry" "example" {
name = "-example"
partial_match = true
}Argument Reference
Attributes Reference
Last updated
