mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 11:20:28 -07:00
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:
commit
070354d6d4
2 changed files with 3 additions and 1 deletions
|
@ -540,6 +540,7 @@ def main():
|
||||||
target_tags=dict(type='list', elements='str'),
|
target_tags=dict(type='list', elements='str'),
|
||||||
),
|
),
|
||||||
mutually_exclusive=[
|
mutually_exclusive=[
|
||||||
|
['allowed', 'denied'],
|
||||||
['destination_ranges', 'source_ranges', 'source_tags'],
|
['destination_ranges', 'source_ranges', 'source_tags'],
|
||||||
['destination_ranges', 'source_ranges'],
|
['destination_ranges', 'source_ranges'],
|
||||||
['source_service_accounts', 'source_tags', 'target_tags'],
|
['source_service_accounts', 'source_tags', 'target_tags'],
|
||||||
|
|
|
@ -895,7 +895,8 @@ def main():
|
||||||
port_specification=dict(type='str'),
|
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']:
|
if not module.params['scopes']:
|
||||||
|
|
Loading…
Add table
Reference in a new issue