terraform lookup default value must have the same type as the map elements

后端 未结 0 991
春和景丽
春和景丽 2021-01-13 23:03

Just trying to create IAM users with optional tags:

resource "aws_iam_user" "root" {
  for_each = var.iam_users_root
  name     = each.key         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题