From 402ba69f55c6a316e57aec51c8abd6f2dae2ae1d Mon Sep 17 00:00:00 2001 From: Kiran Chavala Date: Tue, 21 Oct 2025 17:40:52 +0530 Subject: [PATCH] updated autoscaleprofile doc --- .../docs/r/autoscale_vm_profile.html.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/docs/r/autoscale_vm_profile.html.markdown b/website/docs/r/autoscale_vm_profile.html.markdown index ff31cf89..4213cccf 100644 --- a/website/docs/r/autoscale_vm_profile.html.markdown +++ b/website/docs/r/autoscale_vm_profile.html.markdown @@ -48,6 +48,24 @@ The following arguments are supported: * `other_deploy_params` - (Optional) A mapping of additional params used when creating new instances. +* `counter_param_list` - (Optional) Counter parameters for monitoring. + +* `user_data` - (Optional) User data for VM initialization. + +* `user_data_id` - (Optional) the ID of the Userdata. + +* `user_data_details` - (Optional) Additional user data details. + +* `autoscale_user_id` - (Optional) the ID of the user used to launch and destroy the VMs + +* `display` - (Optional) Whether the profile is displayed to end users. + +* `account_name` - (Optional) account that will own the autoscale VM profile. + +* `project_id` - (Optional) an optional project for the autoscale VM profile. + +* `domain_id` - (Optional) The domain ID where the profile exists. + * `metadata` - (Optional) A mapping of metadata key/values to assign to the resource.