From 2bd08db8de5931f726dec0888f5d97e28cbfe985 Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Tue, 17 Dec 2024 18:04:50 +0100 Subject: [PATCH] Remove "Classic" from the display name --- provider/cmd/pulumi-resource-gcp/schema.json | 2 +- provider/resources.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/cmd/pulumi-resource-gcp/schema.json b/provider/cmd/pulumi-resource-gcp/schema.json index e3791b1b69..356deff75f 100644 --- a/provider/cmd/pulumi-resource-gcp/schema.json +++ b/provider/cmd/pulumi-resource-gcp/schema.json @@ -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", diff --git a/provider/resources.go b/provider/resources.go index 8e3966c580..191490ffc3 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -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.",