This is an automated email from the ASF dual-hosted git repository.
sudo87 pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from edf76e1 Feature: Add dest_cidr_list support to egress firewall (#298)
add 2cd02a6 added deleteprotection option for instances and disks
add d51a6cf removed commented code
add 255ded2 fix typo
add b17f015 set computed to true
add 845d6e3 set computed to true
add 67d670e renamed delete_protection terraform key, added tests for
delete_protection in instance and disk resource
add 1d23c72 Address latest review comments on delete protection
add cbdabbb Merge remote-tracking branch 'origin/main' into HEAD
new f8e0ca8 Merge pull request #268 from
Curverneur/feature/add-resource-protection-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:
cloudstack/resource_cloudstack_disk.go | 37 ++++++++++++++-
cloudstack/resource_cloudstack_disk_test.go | 52 ++++++++++++++++++++
cloudstack/resource_cloudstack_instance.go | 31 ++++++++++++
cloudstack/resource_cloudstack_instance_test.go | 63 +++++++++++++++++++++++++
website/docs/r/disk.html.markdown | 3 ++
website/docs/r/instance.html.markdown | 9 +++-
6 files changed, 191 insertions(+), 4 deletions(-)