This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from a653531 added domainid parameter to account resource (#136)
add 27a49d8 cloudstack configuration resource
add fd30404 update go fmt
add 1f3678d sdk update changes
add ce53188 fixing is_dynamic type
add 4795c95 Updating schema descrption fields. Updated schema key names
new d85ccb2 Merge pull request #57 from poddm/resource_configuration
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/provider.go | 1 +
cloudstack/resource_cloudstack_configuration.go | 239 +++++++++++++++++++++
.../resource_cloudstack_configuration_test.go | 101 +++++++++
3 files changed, 341 insertions(+)
create mode 100644 cloudstack/resource_cloudstack_configuration.go
create mode 100644 cloudstack/resource_cloudstack_configuration_test.go