This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-validators-0.16.0
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
omit 4d36563 chore(deps): bump
github.com/hashicorp/terraform-plugin-framework-validators
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
add d85ccb2 Merge pull request #57 from poddm/resource_configuration
add 50eac63 chore(deps): bump
github.com/hashicorp/terraform-plugin-framework-validators
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4d36563)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-validators-0.16.0
(50eac63)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cloudstack/provider.go | 1 +
cloudstack/resource_cloudstack_configuration.go | 239 +++++++++++++++++++++
.../resource_cloudstack_configuration_test.go | 101 +++++++++
go.mod | 26 +--
go.sum | 64 +++---
5 files changed, 394 insertions(+), 37 deletions(-)
create mode 100644 cloudstack/resource_cloudstack_configuration.go
create mode 100644 cloudstack/resource_cloudstack_configuration_test.go