This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a change to branch support-snapshot-policies
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git


    from 6e04900  add forceNew if the policy is modified to recreate the 
resource + fix test
     add 96f287a  Add `cloudstack_limits` data source and resource  (#197)
     add 5950050  Merge branch 'main' of 
https://github.com/apache/cloudstack-terraform-provider into 
support-snapshot-policies
     add 4aa69b8  update test

No new revisions were added by this update.

Summary of changes:
 cloudstack/data_source_cloudstack_limits.go       | 210 ++++++++
 cloudstack/data_source_cloudstack_limits_test.go  | 198 ++++++++
 cloudstack/provider.go                            |   2 +
 cloudstack/resource_cloudstack_account.go         |   6 +-
 cloudstack/resource_cloudstack_limits.go          | 471 ++++++++++++++++++
 cloudstack/resource_cloudstack_limits_test.go     | 579 ++++++++++++++++++++++
 cloudstack/resource_cloudstack_snapshot_policy.go |   8 +-
 website/docs/d/limits.html.markdown               |  68 +++
 website/docs/r/limits.html.markdown               |  88 ++++
 9 files changed, 1623 insertions(+), 7 deletions(-)
 create mode 100644 cloudstack/data_source_cloudstack_limits.go
 create mode 100644 cloudstack/data_source_cloudstack_limits_test.go
 create mode 100644 cloudstack/resource_cloudstack_limits.go
 create mode 100644 cloudstack/resource_cloudstack_limits_test.go
 create mode 100644 website/docs/d/limits.html.markdown
 create mode 100644 website/docs/r/limits.html.markdown

Reply via email to