v0.25.0
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.