英文: Terraform: adding loadbalancer ip to ec2 instance security group 问题 我面临一个问题,我可以通过它们的IP单独访问我的两个位于...
Terraform:将负载均衡器的 IP 添加到 EC2 实例的安全组中。
英文: Terraform: adding loadbalancer ip to ec2 instance security group 问题 我遇到了一个问题,我可以通过它们的IP地址单独访问我的两...
如何在使用null-resource时使用count?
英文: How to use count with null-resource? 问题 I have defined a null resource which looks as below: res...
如何在 null-resource 中使用 count?
英文: How to use count with null-resource? 问题 我已经定义了一个名为null_resource的资源,如下所示: resource "null_reso...
What is this terraform error trying to tell me about image configuration blocks in the AWS Lambda resource declaration using ECR images?
英文: What is this terraform error trying to tell me about image configuration blocks in the AWS Lambd...
Terraform 中定义动态块设备选择的最佳方法
英文: Best way to define dynamic block device selection in Terraform 问题 I'll provide the translated co...
如何从 Terraform 中的 map 变量获取所有输出值?
英文: How to get all output values from map variable in terraform? 问题 我尝试从子模块中提取id变量,以将其传递给另一个子模块。我的ne...
false/null值在Terraform的source_policy_documents中的等效值
英文: false/null value equivalent for source_policy_documents in terraform 问题 在Terraform中,我有一个名为aws_ia...
使用Terraform的`aws_organizations_organizational_units`数据源来自AWS子帐户。
英文: Use terraform aws_organizations_organizational_units data sources from a AWS sub account 问题 目前,我...
EC2 在 Terraform 中需要重新创建实例的哪些更改?
英文: What changes in EC2 require instance recreation in Terraform? 问题 我正在使用Terraform来管理我的AWS中的EC2实例。我...