diff --git a/provider/resources.go b/provider/resources.go index 165f01e..43577c1 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -72,7 +72,7 @@ func Provider() tfbridge.ProviderInfo { // category/cloud tag helps with categorizing the package in the Pulumi Registry. // For all available categories, see `Keywords` in // https://www.pulumi.com/docs/guides/pulumi-packages/schema/#package. - Keywords: []string{"pulumi", "stackit", "category/utility"}, + Keywords: []string{"pulumi", "stackit", "category/cloud"}, License: "Apache-2.0", Homepage: "https://www.pulumi.com", Repository: "https://github.com/stackitcloud/pulumi-stackit",