Joey Yi Zhao
Joey Yi Zhao

Reputation: 42576

How can I enable identity provider for cognito user pool via Terraform?

I am using terraform to deploy cognito user pool but I can't find how I can enable identity provider, the Cognito User Pool checkbox in below screenshot.

I checked this doc https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_client but can't find an option to enable that.

enter image description here

Upvotes: 1

Views: 1235

Answers (1)

Marcin
Marcin

Reputation: 238687

There is option supported_identity_providers with possible values of:

A list of provider names for the identity providers that are supported on this client. The following are supported: COGNITO , Facebook , Google and LoginWithAmazon

Upvotes: 0

Related Questions