This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from aea59bf fix: make network offering update work (set the id) and read
back correctly (#339)
add 9736216 Enhance cloudstack_disk_offering resource and datasource
(#301)
No new revisions were added by this update.
Summary of changes:
cloudstack/data_source_cloudstack_disk_offering.go | 172 ++++++++++++++++++++
...> data_source_cloudstack_disk_offering_test.go} | 27 ++--
cloudstack/provider.go | 1 +
cloudstack/resource_cloudstack_disk_offering.go | 174 ++++++++++++++++++--
.../resource_cloudstack_disk_offering_test.go | 179 +++++++++++++++++++++
website/docs/d/disk_offering.html.markdown | 39 +++++
website/docs/r/disk_offering.html.markdown | 23 ++-
7 files changed, 588 insertions(+), 27 deletions(-)
create mode 100644 cloudstack/data_source_cloudstack_disk_offering.go
copy cloudstack/{data_source_cloudstack_service_offering_test.go =>
data_source_cloudstack_disk_offering_test.go} (59%)
create mode 100644 cloudstack/resource_cloudstack_disk_offering_test.go
create mode 100644 website/docs/d/disk_offering.html.markdown