Skip to content

Commit

Permalink
gcp - gcp.build fix and resource map cleanup (cloud-custodian#7737)
Browse files Browse the repository at this point in the history
  • Loading branch information
logachev authored Sep 9, 2022
1 parent d5598c9 commit 27d1b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/c7n_gcp/c7n_gcp/resources/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CloudBuild(QueryResourceManager):
class resource_type(TypeInfo):
service = 'cloudbuild'
version = 'v1'
component = 'projects.builds.list'
component = 'projects.builds'
enum_spec = ('list', 'builds[]', None)
scope = 'project'
scope_key = 'projectId'
Expand Down
1 change: 0 additions & 1 deletion tools/c7n_gcp/c7n_gcp/resources/resource_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"gcp.autoscaler": "c7n_gcp.resources.compute.Autoscaler",
"gcp.bq-dataset": "c7n_gcp.resources.bigquery.DataSet",
"gcp.bq-job": "c7n_gcp.resources.bigquery.BigQueryJob",
"gcp.bq-project": "c7n_gcp.resources.bigquery.BigQueryProject",
"gcp.bq-table": "c7n_gcp.resources.bigquery.BigQueryTable",
"gcp.bucket": "c7n_gcp.resources.storage.Bucket",
"gcp.build": "c7n_gcp.resources.build.CloudBuild",
Expand Down

0 comments on commit 27d1b7b

Please sign in to comment.