Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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/5-features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- **New Resource:** `vcfa_region` to manage Regions [GH-5, GH-11, GH-34]
- **New Resource:** `vcfa_region` to manage Regions [GH-5, GH-11, GH-34, GH-51]
- **New Data Source:** `vcfa_region` to read Regions [GH-5]
- **New Data Source:** `vcfa_supervisor` to read Supervisors [GH-5]
- **New Data Source:** `vcfa_supervisor_zone` to read Supervisor Zones [GH-5]
2 changes: 1 addition & 1 deletion .changes/v1.0.0/8-features.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* **New Resource:** `vcfa_ip_space` to manage IP Spaces [GH-8, GH-39, GH-40]
* **New Resource:** `vcfa_ip_space` to manage IP Spaces [GH-8, GH-39, GH-40, GH-51]
* **New Data Source:** `vcfa_ip_space` to read IP Spaces [GH-8]
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

//replace github.com/vmware/go-vcloud-director/v3 => github.com/Didainius/go-vcloud-director/v3 v2.12.1-0.20211018060826-c7f8ab32330e
replace github.com/vmware/go-vcloud-director/v3 => github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20250305084701-288e8bf038da
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20250305084701-288e8bf038da h1:FdfNCJkoo0Lw3sMAjjxmFp/prvJHPMI9pZ64fDkr4Mc=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20250305084701-288e8bf038da/go.mod h1:f/DvucDnptuPwnE01gmcnr3dS9AcQpv4KguP686IREs=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
Expand Down Expand Up @@ -194,8 +196,6 @@ 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.37 h1:vrBloywfn+h988zVP1EFUvpo6x4LOhEm630N9G5qpgs=
github.com/vmware/go-vcloud-director/v3 v3.0.0-alpha.37/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
3 changes: 2 additions & 1 deletion vcfa/resource_vcfa_ip_space.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ func resourceVcfaIpSpaceCreate(ctx context.Context, d *schema.ResourceData, meta
entityLabel: labelVcfaIpSpace,
getTypeFunc: getIpSpaceType,
stateStoreFunc: setIpSpaceData,
createFunc: tmClient.CreateTmIpSpace,
createAsyncFunc: tmClient.CreateTmIpSpaceAsync,
getEntityFunc: tmClient.GetTmIpSpaceById,
resourceReadFunc: resourceVcfaIpSpaceRead,
}
return createResource(ctx, d, meta, c)
Expand Down
3 changes: 2 additions & 1 deletion vcfa/resource_vcfa_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ func resourceVcfaRegionCreate(ctx context.Context, d *schema.ResourceData, meta
entityLabel: labelVcfaRegion,
getTypeFunc: getRegionType,
stateStoreFunc: setRegionData,
createFunc: tmClient.CreateRegion,
createAsyncFunc: tmClient.CreateRegionAsync,
getEntityFunc: tmClient.GetRegionById,
resourceReadFunc: resourceVcfaRegionRead,
}
return createResource(ctx, d, meta, c)
Expand Down
Loading