Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changes/v1.0.0/2-feature.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* **New Resource:** `vcfa_vcenter` to manage VMware Cloud Foundation Automation
vCenter servers [GH-2, GH-36, GH-45]
vCenter servers [GH-2, GH-36, GH-45, GH-55]
* **New Data Source:** `vcfa_vcenter` to read VMware Cloud Foundation Automation
vCenter servers [GH-2]
2 changes: 1 addition & 1 deletion .changes/v1.0.0/4-features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- **New Resource:** `vcfa_nsx_manager` to manage VMware Cloud Foundation Automation NSX Managers
[GH-4, GH-33]
[GH-4, GH-33, GH-55]
- **New Data Source:** `vcfa_nsx_manager` to read VMware Cloud Foundation Automation NSX Managers
[GH-4, GH-33]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.0
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.40
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.41
k8s.io/apimachinery v0.32.1
k8s.io/client-go v0.32.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.40 h1:GivN5F9+cipP5AWchv/cDQcJI0vJgAZfaDlPDaPXFpE=
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.40/go.mod h1:f/DvucDnptuPwnE01gmcnr3dS9AcQpv4KguP686IREs=
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.41 h1:FqKIbNza2JHJnMe3HY9mmgGaf35LoMgWBInrwlUmLhw=
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.41/go.mod h1:f/DvucDnptuPwnE01gmcnr3dS9AcQpv4KguP686IREs=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down