From d8769c93c7410e562b1e8189772a707f05230ffb Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 7 Oct 2015 16:41:58 -0400 Subject: [PATCH] updated ec2 region description to add missing other env var --- lib/ansible/utils/module_docs_fragments/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/ec2.py b/lib/ansible/utils/module_docs_fragments/ec2.py index 3681c0ea8d1..92557407260 100644 --- a/lib/ansible/utils/module_docs_fragments/ec2.py +++ b/lib/ansible/utils/module_docs_fragments/ec2.py @@ -23,7 +23,7 @@ class ModuleDocFragment(object): options: region: description: - - The AWS region to use. If not specified then the value of the EC2_REGION environment variable, if any, is used. See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region) + - The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used. See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region) required: false aliases: [ 'aws_region', 'ec2_region' ] """