Parameterised input values while using Terraform module – Amazon web services
We have been using Terraform EKS module and trying to parametrize 'eks_managed_node_groups' values based on the development and production environment. We have used file() and variable approaches but both resulted in the error. varibales.tf variable "eks_cluster_nodegroups" { description = "Nodegroups…