在訪問role_arn我有一個Terraform結構,如: prod
nonprod
applications
+-- continuous/common/iam/iam.tf <-- create the role
+-- dataflow/firehose/firehose.tf <-- want to refer to the role created above
我不知道如何做
我想爲幾個開發和生產環境使用相同的terraform模板。 我的方法: 據我所知,資源名稱必須是唯一的,並且terraform在內部存儲資源狀態。因此,我試圖爲資源名稱使用變量 - 但似乎不支持。我得到一個錯誤信息: $ terraform plan
var.env1
Enter a value: abc
Error asking for user input: Error par