mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
[aws modules] use ec2_url in a few places it was missing (#33954)
This commit is contained in:
parent
d59bba4652
commit
82cd5ffa1d
3 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ def main():
|
|||
|
||||
connection = boto3_conn(module,
|
||||
resource='ec2', conn_type='client',
|
||||
region=region, **aws_connect_params)
|
||||
region=region, endpoint=ec2_url, **aws_connect_params)
|
||||
|
||||
state = module.params.get("state")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue