opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

cognito module - remove deprecated resources/variables/outputs #210

Closed NikitaGandhi closed 4 years ago

NikitaGandhi commented 4 years ago

We have enhance cognito module to support multiple application clients. The changes are made in such a way that it doesn't impact odc-infrastructure v1.8 release. For example, there are two resources for app client configuration - resource "aws_cognito_user_pool_client" "client" (used by odc1.8) and resource "aws_cognito_user_pool_client" "clients" (recommended).

We would like everyone to make necessary change to their setup as per the doc: https://github.com/opendatacube/datacube-k8s-eks/tree/master/cognito#usage

Once everyone move to new setup, remove all deprecated resources.