mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
[GCP] Global Load Balancer Integration Test (#24704)
* Revert to using url_map internal to the module to allow parameter generation to work. module parameter is still url_map_name. * [GCP] Cross Region Load Balancer Integration Test
This commit is contained in:
parent
53180ebb57
commit
13f2d9222f
6 changed files with 370 additions and 1 deletions
|
@ -261,7 +261,7 @@ def main():
|
|||
params['state'] = module.params.get('state')
|
||||
params['target_proxy_name'] = module.params.get('target_proxy_name')
|
||||
params['target_proxy_type'] = module.params.get('target_proxy_type')
|
||||
params['url_map_name'] = module.params.get('url_map_name', None)
|
||||
params['url_map'] = module.params.get('url_map_name', None)
|
||||
|
||||
changed = False
|
||||
json_output = {'state': params['state']}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue