mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[aws modules] use ec2_url in a few places it was missing (#33954)
This commit is contained in:
committed by
Sloane Hertel
parent
d59bba4652
commit
82cd5ffa1d
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user