--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_self_service_pack_servers_action Resource - virtfusion" subcategory: "" description: |- Performs an action on all servers in a self-service resource pack. This is a trigger-style resource — the action is executed on create and can be re-triggered by changing the triggers attribute. --- # virtfusion_self_service_pack_servers_action (Resource) Performs an action on all servers in a self-service resource pack. This is a trigger-style resource — the action is executed on create and can be re-triggered by changing the `triggers` attribute. ## Schema ### Required - `action` (String) The action to perform on the pack servers. Must be one of: `suspend`, `unsuspend`, `delete`. - `pack_id` (Number) The ID of the resource pack. ### Optional - `triggers` (Map of String) A map of arbitrary strings that, when changed, will cause the action to be re-executed. Works like `triggers` in `terraform_data`. ### Read-Only - `id` (String) The identifier for this pack servers action.