Skip to content

Commit

Permalink
Doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Nam authored and Sharon Nam committed Aug 10, 2024
1 parent 379b721 commit 3b059f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/pinpoint_email_template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Provides a Pinpoint Email Template resource
resource "aws_pinpoint_email_template" "test" {
template_name = "testing"
email_template {
subject = "testing"
text_part = "we are testing template text part"
subject = "testing"
text_part = "we are testing template text part"
header {
name = "testingname"
value = "testingvalue"
Expand Down

0 comments on commit 3b059f1

Please sign in to comment.