mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2: minor fix in the documentation (#52686)
AWS_REGION is also read (in addition to EC2_REGION)
This commit is contained in:
parent
c476ab942b
commit
bb80316afa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ options:
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
description:
|
description:
|
||||||
- The AWS region to use. Must be specified if ec2_url is not used.
|
- The AWS region to use. Must be specified if ec2_url is not used.
|
||||||
If not specified then the value of the EC2_REGION environment variable, if any, is used.
|
If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used.
|
||||||
See U(https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region).
|
See U(https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region).
|
||||||
aliases: [ 'aws_region', 'ec2_region' ]
|
aliases: [ 'aws_region', 'ec2_region' ]
|
||||||
zone:
|
zone:
|
||||||
|
|
Loading…
Add table
Reference in a new issue