Error: Iteration over non-iterable value – terraform
I pretty new to terraform and dont understand what am I doing wrong. My goal is to filter the list based on the specific word each value can have. So my module looks like this where I define the pipeline_list module “pipelines” { source = “./pipelines” for_each = var.pipelines project_id = data.azuredevops_project.dataanalytics.id repo_id = module.repositories[each.key].repo_id … Read more