Add option to set autoresize limit (#4743) (#420)

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:
The Magician 2021-05-20 10:27:27 -07:00 committed by GitHub
parent 516dc45bce
commit 89fbe0ffaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.