ionoscloud_target_group
Get information on an Target Group
Example Usage
By Id
data "ionoscloud_target_group" "example" {
id = "target_group_id"
}By Name
data "ionoscloud_target_group" "example" {
name = "Target Group Example"
}By Name with Partial Match
data "ionoscloud_target_group" "example" {
name = "Example"
partial_match = true
}Argument Reference
Attributes Reference
Last updated
