Server Group Server Attachment
NOTE: Available in v1.163.0+. For information about server group server attachment and how to use it, see Configure a server group server attachment. NOTE: Applying this resource may conflict with applying
alicloud.slb.Listener
, and thealicloud.slb.Listener
block should usedepends_on = [alicloud_slb_server_group_server_attachment.xxx]
to avoid it.
Import
Load balancer backend server group server attachment can be imported using the id, e.g.
$ pulumi import alicloud:slb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id>:<server_id>:<port>
Content copied to clipboard