change affected AtLeastOneOfs back to ExactlyOneOf (#3394) (#199)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-04-22 08:59:20 -07:00 committed by GitHub
commit 894d6fe330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -901,8 +901,7 @@ def main():
),
),
region=dict(type='str'),
),
mutually_exclusive=[['http2_health_check', 'http_health_check', 'https_health_check', 'ssl_health_check', 'tcp_health_check']],
)
)
if not module.params['scopes']: