Skip to content

Commit

Permalink
F #227: add cluster resource
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh authored and frousselet committed Oct 12, 2022
1 parent 03f6cbb commit e6663be
Show file tree
Hide file tree
Showing 5 changed files with 817 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.0 (Unreleased)

FEATURES:

* **New Resource**: `opennebula_cluster` (#227)

# 1.0.1 (October 3rd, 2022)

BUG FIXES:
Expand Down
1 change: 1 addition & 0 deletions opennebula/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func Provider() *schema.Provider {
"opennebula_virtual_router": resourceOpennebulaVirtualRouter(),
"opennebula_virtual_router_nic": resourceOpennebulaVirtualRouterNIC(),
"opennebula_virtual_network_address_range": resourceOpennebulaVirtualNetworkAddressRange(),
"opennebula_cluster": resourceOpennebulaCluster(),
},

ConfigureContextFunc: providerConfigure,
Expand Down
Loading

0 comments on commit e6663be

Please sign in to comment.