Skip to content

Commit

Permalink
🐛 ensure the subnetwork asset name, not mql object name, is the one w…
Browse files Browse the repository at this point in the history
…ith the region suffix (#1581)

fixes #1578
  • Loading branch information
vjeffrey authored Aug 25, 2023
1 parent 2a14c70 commit 9a5d23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motor/discovery/gcp/mql_asset_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func computeSubnetworks(m *MqlDiscovery, project string, tc *providers.Config) (
gcpObject: gcpObject{
project: project,
region: region,
name: subnetName,
name: s.Name,
id: s.Id,
service: "compute",
objectType: "subnetwork",
Expand Down

0 comments on commit 9a5d23a

Please sign in to comment.