giuseppeborgese/terraform-aws-secret-manager-with-rotation

Variable type

Closed this issue · 0 comments

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"
}