cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 57 forks source link

Error on creating ecs-fargate with mount_point is null #21

Closed chitopunk closed 3 years ago

chitopunk commented 3 years ago
Error: Invalid function argument

  on .terraform/modules/sonar.ecs_fargate.td.container_definition/main.tf line 17, in locals:
  17:   mount_points = length(var.mount_points) > 0 ? [
    |----------------
    | var.mount_points is null
jnonino commented 3 years ago

Released in version 2.0.21

jnonino commented 3 years ago

Thanks @chitopunk !!!