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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/go-ini/ini-1.67.0
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git


 discard f85d4e6  Bump github.com/go-ini/ini from 1.40.0 to 1.67.0
     add f08f5a5  Add UEFI support (#83)
     add c7f0776  Add Hosts resource and Pod data source (#69)
     add e5955fd  Fixup acceptance tests (#96)
     add 68dc2d2  Bump github.com/go-ini/ini from 1.40.0 to 1.67.0

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   (f85d4e6)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/go-ini/ini-1.67.0 (68dc2d2)

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:
 .github/workflows/testacc.yml                      |   2 +
 cloudstack/data_source_cloudstack_instance_test.go |   5 +-
 .../data_source_cloudstack_ipaddress_test.go       |   4 +-
 cloudstack/data_source_cloudstack_pod.go           | 281 ++++++++++++++++++
 ..._test.go => data_source_cloudstack_pod_test.go} |  30 +-
 ...data_source_cloudstack_service_offering_test.go |  28 +-
 cloudstack/data_source_cloudstack_volume_test.go   |  35 ++-
 cloudstack/data_source_cloudstack_vpc_test.go      |   2 +-
 cloudstack/provider.go                             |   2 +
 cloudstack/resource_cloudstack_host.go             | 316 +++++++++++++++++++++
 cloudstack/resource_cloudstack_host_test.go        | 143 ++++++++++
 cloudstack/resource_cloudstack_instance.go         |  11 +
 cloudstack/resource_cloudstack_instance_test.go    |   4 +-
 cloudstack/resource_cloudstack_private_gateway.go  |   2 +-
 .../resource_cloudstack_private_gateway_test.go    |   2 +
 cloudstack/resource_cloudstack_template.go         |  28 +-
 cloudstack/resource_cloudstack_template_test.go    |  12 +-
 website/docs/r/instance.html.markdown              |   2 +
 18 files changed, 836 insertions(+), 73 deletions(-)
 create mode 100644 cloudstack/data_source_cloudstack_pod.go
 copy cloudstack/{data_source_cloudstack_ssh_keypair_test.go => 
data_source_cloudstack_pod_test.go} (62%)
 create mode 100644 cloudstack/resource_cloudstack_host.go
 create mode 100644 cloudstack/resource_cloudstack_host_test.go

Reply via email to