Skip to content

Commit

Permalink
Remove "Classic" from the display name (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe authored Dec 17, 2024
1 parent 1d80e91 commit 6555d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-gcp/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcp",
"displayName": "Google Cloud Classic",
"displayName": "Google Cloud",
"description": "A Pulumi package for creating and managing Google Cloud Platform resources.",
"keywords": [
"pulumi",
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "google-beta",
DisplayName: "Google Cloud Classic",
DisplayName: "Google Cloud",
ResourcePrefix: "google",
GitHubOrg: "hashicorp",
Description: "A Pulumi package for creating and managing Google Cloud Platform resources.",
Expand Down

0 comments on commit 6555d73

Please sign in to comment.