Skip to content

Commit 25ccea3

Browse files
committed
aws: Add help text for "AWS region to use" prompt
Signed-off-by: Chuck Lever <[email protected]>
1 parent bcea53d commit 25ccea3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

terraform/aws/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ config TERRAFORM_AWS_PROFILE
2121
choice
2222
prompt "AWS region to use"
2323
default TERRAFORM_AWS_US_WEST_2
24+
help
25+
Use this option to select the AWS region that is
26+
geographically closest to you.
27+
28+
Once selected, you can stick with the default AV region,
29+
chosen by kdevops, or use:
30+
31+
aws ec2 describe-availability-zones --region <region-name>
32+
33+
to list the Availability Zones that are enabled for your
34+
AWS account. Enter your selection from this list using the
35+
TERRAFORM_AWS_AV_REGION menu.
2436

2537
config TERRAFORM_AWS_US_EAST_1
2638
bool "us-east-1 - N. Virginia"

0 commit comments

Comments
 (0)