This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a change to branch add-autoscale-support in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from 37a445f fix conflict add 1f9f7a6 add documentation No new revisions were added by this update. Summary of changes: website/docs/d/autoscale_policy.html.markdown | 69 ++++++++++++++ website/docs/d/autoscale_vm_group.html.markdown | 71 ++++++++++++++ website/docs/d/autoscale_vm_profile.html.markdown | 76 +++++++++++++++ website/docs/d/condition.html.markdown | 61 ++++++++++++ website/docs/d/counter.html.markdown | 57 +++++++++++ website/docs/r/autoscale_policy.html.markdown | 63 ++++++++++++ website/docs/r/autoscale_vm_group.html.markdown | 111 ++++++++++++++++++++++ website/docs/r/condition.html.markdown | 61 ++++++++++++ website/docs/r/counter.html.markdown | 43 +++++++++ 9 files changed, 612 insertions(+) create mode 100644 website/docs/d/autoscale_policy.html.markdown create mode 100644 website/docs/d/autoscale_vm_group.html.markdown create mode 100644 website/docs/d/autoscale_vm_profile.html.markdown create mode 100644 website/docs/d/condition.html.markdown create mode 100644 website/docs/d/counter.html.markdown create mode 100644 website/docs/r/autoscale_policy.html.markdown create mode 100644 website/docs/r/autoscale_vm_group.html.markdown create mode 100644 website/docs/r/condition.html.markdown create mode 100644 website/docs/r/counter.html.markdown