📜  Terraform 区域命令行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:26.709000             🧑  作者: Mango

代码示例1
$ 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.