英文: Use terraform aws_organizations_organizational_units data sources from a AWS sub account 问题 目前,我...
Terraform – 如何将三个列表组合在一起以构建一个地图列表
英文: Terraform - How to combine three lists together to build a list of maps 问题 以下是您要翻译的内容: 我编写了以下代码来...
Terraform:如果另一个变量为 x,则将变量默认值设置为 null
英文: Terraform: set variable default as null if another variable is x 问题 我正在尝试编写一些 Terraform 代码,用于创建一...
Terraform支持嵌套的try块吗?
英文: Does Terraform support nested try blocks? 问题 有可能尝试查找两个资源,如果没有找到任何一个则报错吗? 示例: data "aws_resou...
是否存在替代的azurerm_api_management_api content_value路径?
英文: Are there alternative azurerm_api_management_api content_value paths? 问题 我正在尝试使用Terraform模块azure...
EC2 在 Terraform 中需要重新创建实例的哪些更改?
英文: What changes in EC2 require instance recreation in Terraform? 问题 我正在使用Terraform来管理我的AWS中的EC2实例。我...
Terraform Cloud – “path” 参数的值无效:文件不存在
英文: Terraform Cloud - Invalid value for "path" parameter: no file exists 问题 从我的本地迁移到Terraf...
Terraform 只会从 Windows 存储的环境变量中解析 TF_VAR 值。
英文: Terraform only resolve TF_VAR values from stored environment variables in windows 问题 我正在尝试在 Terr...
如何将现有的虚拟专用网络导入到此模块中
英文: How to import existing vpc to this module 问题 以下是您要翻译的代码部分: Hello I'm trying to import the ex...
如何使用Terraform在GCP中控制对共享VPC中子网的访问权限
英文: How control access to subnets in a shared VPC using Terraform in GCP 问题 我尝试让只有特定的项目能访问生产子网,我该如何做...
35