Skip to content

Commit 0967101

Browse files
authored
chore(provider): Update keywords to use cloud instead of utility (#161)
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 38b18ed commit 0967101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func Provider() tfbridge.ProviderInfo {
7272
// category/cloud tag helps with categorizing the package in the Pulumi Registry.
7373
// For all available categories, see `Keywords` in
7474
// https://www.pulumi.com/docs/guides/pulumi-packages/schema/#package.
75-
Keywords: []string{"pulumi", "stackit", "category/utility"},
75+
Keywords: []string{"pulumi", "stackit", "category/cloud"},
7676
License: "Apache-2.0",
7777
Homepage: "https://www.pulumi.com",
7878
Repository: "https://github.com/stackitcloud/pulumi-stackit",

0 commit comments

Comments
 (0)