mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-11 13:20:28 -07:00
put ConflictsWith on blocks that changed from ExactlyOneOf to AtLeastOneOf
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
38c1061328
commit
1ae7947067
2 changed files with 3 additions and 1 deletions
|
@ -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'],
|
||||
|
|
|
@ -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']:
|
||||
|
|
Loading…
Add table
Reference in a new issue