mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
* Revert addition of exactly one of that is a breaking change * Switch to conflicts with * Don't reference self Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3af242d21d
commit
93b2e441a5
1 changed files with 2 additions and 1 deletions
|
@ -414,7 +414,8 @@ def main():
|
|||
local_traffic_selector=dict(type='list', elements='str'),
|
||||
remote_traffic_selector=dict(type='list', elements='str'),
|
||||
region=dict(required=True, type='str'),
|
||||
)
|
||||
),
|
||||
mutually_exclusive=[['peer_external_gateway', 'peer_gcp_gateway']],
|
||||
)
|
||||
|
||||
if not module.params['scopes']:
|
||||
|
|
Loading…
Add table
Reference in a new issue