📜  terraform 支持 - 无论代码示例

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

代码示例1
terraform {
  backend "s3" {
    bucket = "mybucket"
    key    = "path/to/my/key"
    region = "us-east-1"
  }
}