Terraform resource name : netscaler_servicegroup_servicegroupmember_binding
| Name | Force new | Array | Type |
|---|---|---|---|
| port | No | No | int |
| servername | No | No | string |
| servicegroupname | No | No | string |
| weight | No | No | double |
See official documentation page for possible values for these arguments and for an exhaustive list of arguments.
resource "netscaler_servicegroup_servicegroupmember_binding" "<resource_name>" {
port = 42
servername = "abc"
servicegroupname = "abc"
weight = 42
}