Skip to content

Commit

Permalink
Merge pull request #27260 from kamilturek/f-aws-sesv2-email-identity
Browse files Browse the repository at this point in the history
r/aws_sesv2_email_identity: new resource
  • Loading branch information
ewbankkit authored Oct 24, 2022
2 parents 46a01cb + ebc53d1 commit 953f5ed
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/27260.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_sesv2_email_identity
```
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,7 @@ func New(_ context.Context) (*schema.Provider, error) {

"aws_sesv2_configuration_set": sesv2.ResourceConfigurationSet(),
"aws_sesv2_dedicated_ip_pool": sesv2.ResourceDedicatedIPPool(),
"aws_sesv2_email_identity": sesv2.ResourceEmailIdentity(),

"aws_sfn_activity": sfn.ResourceActivity(),
"aws_sfn_state_machine": sfn.ResourceStateMachine(),
Expand Down
Loading

0 comments on commit 953f5ed

Please sign in to comment.