We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197f8dd commit 4930640Copy full SHA for 4930640
cmd/main.go
@@ -23,6 +23,7 @@ func main() {
23
WithKeywords("pulumi", "gcp", "vertex", "model").
24
WithDescription("Deploy AI models to Vertex endpoints").
25
WithRepository("github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment").
26
+ WithPluginDownloadURL("github://api.github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment").
27
Build()
28
29
if err != nil {
0 commit comments