Skip to content

Commit

Permalink
F #414: add marketplace resource
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh committed Sep 15, 2023
1 parent 1c7b694 commit ea1e87e
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 0 deletions.
1 change: 1 addition & 0 deletions opennebula/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func Provider() *schema.Provider {
"opennebula_cluster": resourceOpennebulaCluster(),
"opennebula_host": resourceOpennebulaHost(),
"opennebula_datastore": resourceOpennebulaDatastore(),
"opennebula_marketplace": resourceOpennebulaMarketPlace(),
},

ConfigureContextFunc: providerConfigure,
Expand Down
Loading

0 comments on commit ea1e87e

Please sign in to comment.