gpt4 book ai didi

amazon-web-services - 地形错误 : Extraneous label for module when running terraform init

转载 作者:行者123 更新时间:2023-12-03 08:33:38 29 4
gpt4 key购买 nike

运行 terraform init 时出现此错误:

Error: Extraneous label for module

on rds.tf line 22, in module "rds" "app":
22: module "rds" "app" {

Only 1 labels (name) are expected for module blocks.
我有两个模块创建了“rds”和“app”,我在创建数据库实例时都引用了它们:
# PostgreSQL RDS App Instance
module "rds" "app" {
如何修复此错误?

最佳答案

如果使用 TF 0.13,另一种选择是使用计数设置为 2 的单个模块,然后使用 count.index 从预定义的列表 [] 变量中获取该迭代的特定名称。
https://blog.ktz.me/terraform-0-13-count-modules/

关于amazon-web-services - 地形错误 : Extraneous label for module when running terraform init,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64215312/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com