Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
v1.9.8
AWS Provider Version
v5.76.0
Affected Resource(s)
aws_cognito_user_pool
Expected Behavior
First time apply:
terraform apply
-> Success.
Second time:
terraform apply
-> No changes
Actual Behavior
Terraform Configuration Files
(empty)
Steps to Reproduce
Create a
main.tf
, paste this code:Run:
terraform apply
After completion:, run again:terraform apply
Debug Output