Skip to content

Commit

Permalink
🧹 make gcp asset platform info match v8 (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 23, 2023
1 parent 6613eb3 commit 06330ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/gcp/resources/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ func Discover(runtime *plugin.Runtime) (*inventory.Inventory, error) {
PlatformIds: []string{
connection.NewProjectPlatformID(gcpProject.Id.Data),
},
Name: gcpProject.Name.Data,
Name: "GCP Project " + gcpProject.Id.Data,
Platform: &inventory.Platform{
Name: "gcp-project",
Title: "GCP Project " + gcpProject.Name.Data,
Title: "GCP Project",
Runtime: "gcp",
Kind: "gcp-object",
},
Expand Down

0 comments on commit 06330ba

Please sign in to comment.