Skip to content

Commit

Permalink
Merge pull request #32 from ImMin5/master
Browse files Browse the repository at this point in the history
Fix search_conf typo
  • Loading branch information
ImMin5 authored Mar 19, 2024
2 parents 1d7217a + a52ccab commit 6a2fe7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cloudforet/search/conf/search_conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# aliases are convert 'key' to 'value' name
# tags are store 'key' at tags with result['value']
RESOURCE_TYPES = {
"identity.ServiceAccount": {
"request": {
Expand Down Expand Up @@ -117,7 +115,7 @@
"provider": "provider",
"group": "cloud_service_group",
"name": "cloud_service_type",
"resource_id": "resource_id",
"resource_id": "ref_resource_id",
},
},
},
Expand Down

0 comments on commit 6a2fe7b

Please sign in to comment.