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 6549554  Add support for Autoscale VM groups
     add 2673fe4  Support desc and ruleId in create_network_acl_rule
     add fed2259  fix review comment
     add 1b1a9b8  change rule_id -> rule_number and add doc
     add 967a37d  add params in unit tests
     add 930d61e  verify description and rule_number in unit test
     add 1f868fe  use fields defined in schema
     add 38b6ed7  fix test verification sequence
     add da84245  handle review comments
     add 9fe0ac6  Merge pull request #203 from shapeblue/supportDesc
     add 17de0ab  Add support for additional optional parameters for creating 
network offerings (#205)
     add b8555b7  Add disk_offering & override_disk_offering to instance 
resource
     add 2282730  Update website/docs/r/instance.html.markdown
     add 540f8d0  Merge pull request #208 from 
shapeblue/add-diskoffering-instance-resource
     add 843a461  Allow specifying private end port & public end port for port 
forward rules
     add 5142e90  Update tests
     add cbb254b  Merge pull request #204 from apache/port-forward-add-end-ports
     new 6ea7df9  Merge branch 'main' of 
https://github.com/apache/cloudstack-terraform-provider into 
add-autoscale-support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../data_source_cloudstack_network_offering.go     | 109 ++++++++-
 ...data_source_cloudstack_network_offering_test.go | 175 ++++++++++++++
 cloudstack/resource_cloudstack_instance.go         |  33 +++
 cloudstack/resource_cloudstack_network_acl_rule.go |  31 +++
 .../resource_cloudstack_network_acl_rule_test.go   |  26 ++-
 cloudstack/resource_cloudstack_network_offering.go | 257 +++++++++++++++++++--
 cloudstack/resource_cloudstack_port_forward.go     |  33 +++
 .../resource_cloudstack_port_forward_test.go       | 168 ++++++++++++++
 website/docs/r/instance.html.markdown              |  12 +
 website/docs/r/network_acl_rule.html.markdown      |   4 +
 website/docs/r/network_offering.html.markdown      |  32 ++-
 website/docs/r/port_forward.html.markdown          |  10 +-
 12 files changed, 869 insertions(+), 21 deletions(-)

Reply via email to