Does terraform have any commands specific to defining the AWS User Notifications setup ?
I realise that all the AWS service does is use SES SNS to send messages but I was hoping for an easy life and just use one AWS terraform resource.
I am looking for this as well, it would be nice to know they are working on it at least
There’s already an enhancement request: [New Service]: AWS User Notifications · Issue #34969 · hashicorp/terraform-provider-aws · GitHub
You can vote for it, but it seems that the service lacks an API that can be used to implement Terraform resources. The service might just be a wrapper layer to orchestrate the setup using the existing APIs.