terraform-aws-ecs-service icon indicating copy to clipboard operation
terraform-aws-ecs-service copied to clipboard

Support AWS provider 4.x

Open randomf opened this issue 3 years ago • 1 comments

Currently the hashicorp/aws version is pinned to version 3.X:

  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 3.29"
    }
  }

Branch 4.X, introduced in February 2022, is incompatible with this module.

randomf avatar May 16 '22 14:05 randomf

Hi @randomf, this is on our roadmap for all of our terraform modules. We'll prioritise this one first 🙂

Gryff avatar May 17 '22 08:05 Gryff

Hi @Gryff, seems like @tobyclemson 's commit d501fe443b4dc649c5c4f11bc88a35525af09ce1 resolved @randomf 's issue so this could be Resolved/Closed. Cheers.

jeroenhabets avatar Dec 21 '22 09:12 jeroenhabets