trussworks / terraform-aws-saml-cognito

Creates AWS Cognito resources for using SAML authentication
https://registry.terraform.io/modules/trussworks/saml-cognito
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Update alternative provider syntax #27

Closed dynamike closed 3 years ago

dynamike commented 3 years ago

Terraform 0.15 changed the way to call alternate providers and right now this module generates a warning because it's still using the old syntax. This PR updates things according to https://www.terraform.io/upgrade-guides/0-15.html#alternative-provider-configurations-within-modules.