mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 20:30:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
6026c8cabf
commit
894d6fe330
3 changed files with 2 additions and 5 deletions
|
@ -550,7 +550,6 @@ 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,8 +895,7 @@ 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']:
|
||||||
|
|
|
@ -901,8 +901,7 @@ def main():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
region=dict(type='str'),
|
region=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