Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Terraform Region Commandline

$ export AWS_DEFAULT_REGION=$(aws configure get region --profile default)
$ terraform plan
Refreshing Terraform state in-memory prior to plan...
...

------------------------------------------------------------------------

No changes. Infrastructure is up-to-date.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Terraform #Region #Commandline
ADD COMMENT
Topic
Name
7+9 =