diff --git a/plugins/source/gcp/codegen/recipes/run.go b/plugins/source/gcp/codegen/recipes/run.go index 3efed0d4b8bb2f..48cbc2a9cd9e5a 100644 --- a/plugins/source/gcp/codegen/recipes/run.go +++ b/plugins/source/gcp/codegen/recipes/run.go @@ -12,7 +12,7 @@ func init() { Struct: &runv1.Location{}, SkipFetch: true, SkipMock: true, - Description: "https://cloud.google.com/api-gateway/docs/reference/rest/v1/projects.locations#Location", + Description: "https://cloud.google.com/run/docs/reference/rest/v1/projects.locations#Location", Relations: []string{"Services()"}, }, { diff --git a/plugins/source/gcp/docs/tables/gcp_run_locations.md b/plugins/source/gcp/docs/tables/gcp_run_locations.md index 2fd1f15e952680..5e9caece20e901 100644 --- a/plugins/source/gcp/docs/tables/gcp_run_locations.md +++ b/plugins/source/gcp/docs/tables/gcp_run_locations.md @@ -1,6 +1,6 @@ # Table: gcp_run_locations -https://cloud.google.com/api-gateway/docs/reference/rest/v1/projects.locations#Location +https://cloud.google.com/run/docs/reference/rest/v1/projects.locations#Location The primary key for this table is **_cq_id**. diff --git a/plugins/source/gcp/resources/services/run/locations.go b/plugins/source/gcp/resources/services/run/locations.go index 11ba69d66eb5f1..8fd8e73b5fbae5 100644 --- a/plugins/source/gcp/resources/services/run/locations.go +++ b/plugins/source/gcp/resources/services/run/locations.go @@ -10,7 +10,7 @@ import ( func Locations() *schema.Table { return &schema.Table{ Name: "gcp_run_locations", - Description: `https://cloud.google.com/api-gateway/docs/reference/rest/v1/projects.locations#Location`, + Description: `https://cloud.google.com/run/docs/reference/rest/v1/projects.locations#Location`, Resolver: fetchLocations, Multiplex: client.ProjectMultiplexEnabledServices("run.googleapis.com"), Columns: []schema.Column{