英文: Containerized Terragrunt: Error while installing cloudflare/cloudflare x509: certificate signed ...
从类型为`map(object)`的子网中获取子网ID。
英文: get the subnetid from subnets of type map(object) 问题 我需要从azurerm_subnet数据资源中提取subnetid,因为subnet在...
生成多个名称/使用结果输出的方法是什么?
英文: How to generate multiple names / use results output? 问题 当使用 azurecaf 生成多个名称,如下面的代码时,如何使用 [result...
如何在 Terraform 的子模块中使用 locals
英文: How to use locals in child modules in terraform 问题 local.tf locals { customer_env = "${var.c...
Terraform嵌套循环表达式
英文: Terraform nested loop expression 问题 I'm trying to construct a collection to loop over based on n...
将文件名按多次出现分割
英文: Split the filename with multiple occurence 问题 { type = txt trans = sky operation = read rest = d...
Terraform 迭代嵌套数据
英文: Terraform iterate over nested data 问题 我正在尝试基于提供相关配置的YAML配置文件创建New Relic的[服务级别对象][1]。 我的YAML配置: s...
Terraform – 输出一个具有 `for_each` 值作为键的映射,同时进行资源创建
英文: Terraform - Output a map with key as value of for_each while resource creation 问题 我正在尝试解决以下问题: 首...
Terraform如何在资源块内部作为变量访问资源的本地名称
英文: Terraform how to access resource local name as a variable inside the resource block itself 问题 re...
Terraform on Azure – I am trying to call the results of a for_each block in one resource in another resource
英文: Terraform on Azure - I am trying to call the results of a for_each block in one resource in anot...
35