put ConflictsWith on blocks that changed from ExactlyOneOf to At… (#116)

put ConflictsWith on blocks that changed from ExactlyOneOf to AtLeastOneOf
This commit is contained in:
Dana Hoffman 2019-12-19 13:32:20 -08:00 committed by GitHub
commit 070354d6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -540,6 +540,7 @@ def main():
target_tags=dict(type='list', elements='str'),
),
mutually_exclusive=[
['allowed', 'denied'],
['destination_ranges', 'source_ranges', 'source_tags'],
['destination_ranges', 'source_ranges'],
['source_service_accounts', 'source_tags', 'target_tags'],

View file

@ -895,7 +895,8 @@ def main():
port_specification=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']: