Closed rbiomete closed 1 year ago
Terraform 0.11 + version type="list" (with quote) is deprecated. Need to change like list(string)
variable "subnets_lambda" { type = list(string) description = "The subnets where the Lambda Function will be run" }
Terraform 0.11 + version type="list" (with quote) is deprecated. Need to change like list(string)