英文: Getting the key name in a loop through a map of maps in terraform 问题 在给定的Terraform变量中: 变量 "d...
Terraform apply with ‘-replace’ parameter doesn’t force replace the object.
英文: Terraform apply with '-replace' parameter doesn't force replace the object 问题 在我的 Te...
Terraform本地供应商在文件名后添加了’$’, ‘$’符号。
英文: Terraform local provisioner adds '$'\r to filenames 问题 这是我的代码: resource "tls_privat...
Terraform 本地环境变量 vs 云变量
英文: Terraform local env. variables vs cloud variables 问题 I'm learning currently terraform and I foun...
引用在模块中声明的ARN
英文: Referencing an arn declared in a module 问题 I have a folder /modules/firehose where I've declared...
Terraform的文件provisioner为什么需要连接配置?
英文: Why mt terraform file provisioner need a connection configuration? 问题 我正在测试Terraform中的配置提供程序。这是我...
将列表传递给Helm使用Terraform的`helm_release`提供程序。
英文: Pass list to helm using terraform helm_release provider 问题 Ive看到了这个和另一个类似的问题,但无法让它工作。https://sta...
如何使用`templatefile` Terraform函数输出一个符合清单文件格式的地图。
英文: How to output a map in inventory file format using templatefile terraform function 问题 I have a m...
terraform dynamic block based on variable
英文: terraform dynamic block based on variable 问题 以下是代码部分的翻译: 我目前有一个构建存储帐户的模块 ```hcl resource "az...
我想让 for_each 仅应用于 locals 中的一块代码,而不是全部内容。
英文: I want for_each to be applied only to a block of code in locals and not to everything 问题 我正在使用Te...
35