📜  Terraform aws 提供程序 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:51.852000             🧑  作者: 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.