mineiros-io / terraform-aws-cognito-user-pool

A Terraform module to create and manage Cognito User Pools (Simple and Secure User Sign-Up, Sign-In, and Access Control) on Amazon Web Services (AWS). https://aws.amazon.com/cognito
Apache License 2.0
60 stars 45 forks source link

Support terraform 1.0.0 now that it went gold. #39

Closed stephgosling closed 3 years ago

stephgosling commented 3 years ago

Completely trivial, but this PR fixes the module following the release of terraform 1.0.0

soerenmartius commented 3 years ago

Completely trivial, but this PR fixes the module following the release of terraform 1.0.0

Hi @stephgosling ,

Thanks for your PR. Unfortunately, we need to adjust a few more things here - the tests are still running with Terraform v0.15 (see the Makefile for details). We are currently testing our modules for compatibility with Terraform v1.0.0, adjusting the tests, creating release notes, etc. We will ensure compatibility later this month and come back to you once we released the new version.

Again, thanks for your contribution!

soerenmartius commented 3 years ago

Completely trivial, but this PR fixes the module following the release of terraform 1.0.0

Hi @stephgosling ,

We finally found some time to release a new version with Terraform 1.x support in https://github.com/mineiros-io/terraform-aws-cognito-user-pool/releases/tag/v0.7.0.

Again, thanks for your contribution and patience! :)