Im trying to create a golang module that backs up a cognito userpool ! I fell on an error that says :
error creating users: operation error Cognito Identity Provider: AdminCreateUser, https response error StatusCode: 400, RequestID: ce4c6aba-badd-4edc-8767-5ee3337abab0, InvalidParameterException: Cannot modify the non-mutable attribute sub
Although, seen terraform aws documentation, "sub" attribute needs to be non-mutable! is there anyway I could fix that?
thank you.