telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

Allow higher versions of null provider #92

Closed sollie closed 7 months ago

sollie commented 7 months ago

Allows higher versions of the null provider.

null 3.2.2 has some bug and upstream security fixes, so this should ideally probably be ~> 3.2.2

3.2.2 should be functionally identical to 3.1.0

Also bumps Taskfile schema version.