mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-23 04:24:09 -07:00
Upstream PR that fixed gcp_utils bug (#177)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
918acf47d4
commit
2caf5fa8b5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def replace_resource_dict(item, value):
|
||||||
new_item = ast.literal_eval(item)
|
new_item = ast.literal_eval(item)
|
||||||
return replace_resource_dict(new_item, value)
|
return replace_resource_dict(new_item, value)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return new_item
|
return item
|
||||||
|
|
||||||
|
|
||||||
# Handles all authentication and HTTP sessions for GCP API calls.
|
# Handles all authentication and HTTP sessions for GCP API calls.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue