mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-10 12:50:27 -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)
|
||||
return replace_resource_dict(new_item, value)
|
||||
except ValueError:
|
||||
return new_item
|
||||
return item
|
||||
|
||||
|
||||
# Handles all authentication and HTTP sessions for GCP API calls.
|
||||
|
|
Loading…
Add table
Reference in a new issue