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 7013c74  register resources
     add 3433bce  Add support for datasources for all autoscale resources

No new revisions were added by this update.

Summary of changes:
 .../data_source_cloudstack_autoscale_policy.go     | 152 +++++++++++++++++
 .../data_source_cloudstack_autoscale_vm_group.go   | 188 +++++++++++++++++++++
 .../data_source_cloudstack_autoscale_vm_profile.go | 148 ++++++++++++++++
 cloudstack/data_source_cloudstack_condition.go     | 110 ++++++++++++
 cloudstack/data_source_cloudstack_counter.go       | 122 +++++++++++++
 cloudstack/provider.go                             |  29 ++--
 cloudstack/resource_cloudstack_autoscale_policy.go |  15 +-
 .../resource_cloudstack_autoscale_vm_group.go      |  28 ++-
 cloudstack/resource_cloudstack_condition.go        |  12 +-
 9 files changed, 788 insertions(+), 16 deletions(-)
 create mode 100644 cloudstack/data_source_cloudstack_autoscale_policy.go
 create mode 100644 cloudstack/data_source_cloudstack_autoscale_vm_group.go
 create mode 100644 cloudstack/data_source_cloudstack_autoscale_vm_profile.go
 create mode 100644 cloudstack/data_source_cloudstack_condition.go
 create mode 100644 cloudstack/data_source_cloudstack_counter.go

Reply via email to