mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Co-authored-by: Evy Bongers <evy@evybongers.nl> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Evy Bongers <evy@evybongers.nl>
This commit is contained in:
parent
516dc45bce
commit
89fbe0ffaf
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class GcpRequest(object):
|
||||||
diff = None
|
diff = None
|
||||||
# If a None is found, a difference does not exist.
|
# If a None is found, a difference does not exist.
|
||||||
# Only differing values matter.
|
# Only differing values matter.
|
||||||
if not resp_value or resp_value == "None":
|
if not resp_value:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# Can assume non-None types at this point.
|
# Can assume non-None types at this point.
|
||||||
|
|
Loading…
Add table
Reference in a new issue