From 41e3d057bd9ecfa80b1eba8c2090b13534486984 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 26 Mar 2018 09:26:44 -0400 Subject: [PATCH] resource/aws_cognito_user_pool: Set email standard attribute to mutable --- aws/structure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/structure.go b/aws/structure.go index 4d3d896fe81..0d176c5b45f 100644 --- a/aws/structure.go +++ b/aws/structure.go @@ -2800,7 +2800,7 @@ func cognitoUserPoolSchemaAttributeMatchesStandardAttribute(input *cognitoidenti { AttributeDataType: aws.String(cognitoidentityprovider.AttributeDataTypeString), DeveloperOnlyAttribute: aws.Bool(false), - Mutable: aws.Bool(false), + Mutable: aws.Bool(true), Name: aws.String("email"), Required: aws.Bool(false), StringAttributeConstraints: &cognitoidentityprovider.StringAttributeConstraintsType{