-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
module "s3-buckets" {
source = "devops-workflow/s3-buckets/aws"
version = "0.3.0"
environment = "${var.stack-name}"
names = ["email-templates"]
public = true
}
terraform init
terraform plan
Error: Error refreshing state: 1 error(s) occurred:
-
module.s3-buckets.module.labels.data.null_data_source.tags_list: 1 error(s) occurred:
-
module.s3-buckets.module.labels.data.null_data_source.tags_list: zipmap: count of keys (10) does not match count of values (9) in:
${merge(
zipmap(
compact(split(",", element(data.null_data_source.tags..outputs.tag_keys, count.index))),
compact(split(",", element(data.null_data_source.tags..outputs.tag_vals, count.index)))),
var.tags)}