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