mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-03 00:11:27 -07:00
Conflicts-with (#133)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
462c731c4d
commit
39fe1760be
3 changed files with 12 additions and 3 deletions
|
@ -447,7 +447,14 @@ def main():
|
|||
source_tags=dict(type='list', elements='str'),
|
||||
target_service_accounts=dict(type='list', elements='str'),
|
||||
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'],
|
||||
['destination_ranges', 'source_service_accounts', 'source_tags', 'target_service_accounts'],
|
||||
['source_tags', 'target_service_accounts', 'target_tags'],
|
||||
['source_service_accounts', 'target_service_accounts', 'target_tags']]
|
||||
)
|
||||
|
||||
if not module.params['scopes']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue