Skip to content

v0.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 17:42
faa4e99
Fix version clash with other cloudposse repos @richardARPANET (#58)

I was using some of your other aws terraform projects and because they want version ~> 2.0 mostly. And this one wants >3.0 then it would not work:

Error: provider.aws: no suitable version installed
  version requirements: ">= 2.0,>= 2.0,>= 2.0,>= 2.0,>= 3.0,>= 3.0,~> 2.0,~> 2.0,~> 2.0,~> 2.0,~> 2.0,~> 2.0,~> 2.0"
  versions installed: "2.70.0"

So I've relaxed the requirement in this repo to resolve this.