We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcea53d commit 25ccea3Copy full SHA for 25ccea3
terraform/aws/Kconfig
@@ -21,6 +21,18 @@ config TERRAFORM_AWS_PROFILE
21
choice
22
prompt "AWS region to use"
23
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.
36
37
config TERRAFORM_AWS_US_EAST_1
38
bool "us-east-1 - N. Virginia"
0 commit comments