英文: I want for_each to be applied only to a block of code in locals and not to everything 问题 我正在使用Te...
条件性地将对象添加到数组中
英文: Conditionally add object to array 问题 我尝试有条件地将一个对象添加到数组中 我有这段代码: module "r53_records" { f...
从flatten()生成一组字符串
英文: Materialize a Set of String From flatten() 问题 这是尝试从对复杂对象调用flatten()的调用中返回一个集合(字符串)的挣扎。 我的尝试: 在 d...
Terraform的文件提供程序看起来成功了,但没有复制文件。
英文: terraform file provisioner looks like it succeeds but doesn't copy file 问题 我正在学习如何使用Terrafor...
S3 存储桶资源未能通过数据找到。
英文: S3 bucket resource not being found using data 问题 Module s3_notification 使用了对该存储桶的引用。这样做的原因是因为当我在...
Terraform aws_launch_template user_data 错误
英文: Terraform aws_launch_template user_data error 问题 在我的S3存储桶中,我有: resource "aws_s3_bucket" ...
升级 Terraform 代码从版本 0.13.5 到最新版本
英文: Upgrading Terraform code from 0.13.5 to the latest version 问题 我继承了一个过时的Terraform代码库,它当前运行在0.13.5...
如何通过 Terraform 中的 ARN 添加依赖项?
英文: How to add dependency via arn in terraform? 问题 我有Terraform代码,用于创建一些AWS资源。例如,我创建一个S3存储桶,并根据它创建另一个...
Terraform如何在资源块内部作为变量访问资源的本地名称
英文: Terraform how to access resource local name as a variable inside the resource block itself 问题 re...
使用VPC子模块的subnet-id在另一个ec2子模块中。
英文: Terraform-AWS-Modules-using subnet-id of a VPC child module in another ec2 child module 问题 我将从感谢...
8