mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-05 00:19:10 -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
|
@ -218,7 +218,8 @@ def main():
|
|||
routing_config=dict(type='dict', options=dict(
|
||||
routing_mode=dict(required=True, type='str', choices=['REGIONAL', 'GLOBAL'])
|
||||
))
|
||||
)
|
||||
),
|
||||
mutually_exclusive=[['auto_create_subnetworks', 'ipv4_range']]
|
||||
)
|
||||
|
||||
if not module.params['scopes']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue