You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
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
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
note: this is untested, for demonstration purposes only.
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorpresource"aws_cognito_user_pool""user_pool" {
...email_configuration {
source_arn=var.ses-arnemail_sending_account="DEVELOPER"from_email_address="<redacted>"configuration_set=var.configuration-set
}
Debug Output
Panic Output
Expected Behavior
No changes should be detected
Actual Behavior
configuration_set change is detected:
# module.user-account-dev.module.cognito.aws_cognito_user_pool.user_pool will be updated in-place
~ resource "aws_cognito_user_pool" "user_pool" {
# (11 unchanged attributes hidden)
~ email_configuration {
+ configuration_set = "fo-dev-user-account"
# (3 unchanged attributes hidden)
}
# (13 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
note: this is untested, for demonstration purposes only.
Debug Output
Panic Output
Expected Behavior
No changes should be detected
Actual Behavior
configuration_set
change is detected:actual data from AWS:
Steps to Reproduce
terraform apply
Important Factoids
References
It looks like part of the change introducing
configuration_set
was lost during a code restructureI'm happy to provide more details if it turns out adding the missing code is not the actual problem here
The text was updated successfully, but these errors were encountered: