Skip to content

Commit 2dd8932

Browse files
authored
docs: Fixed some formatting in the README. (#3)
1 parent ad97b9a commit 2dd8932

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ to match your desired configuration. For example:
2929
module "ses" {
3030
source = "github.com/codeforamerica/tofu-modules-aws-ses?ref=1.0.0"
3131
32-
domain = "my-project.com"
33-
project = "my-project"
32+
project = "my-project"
33+
environment = "production"
34+
domain = "my-project.com"
3435
allowed_recipients = ["me@example.com"]
3536
}
3637
```
@@ -46,7 +47,7 @@ For example:
4647

4748
```hcl
4849
resource "aws_iam_role_policy_attachment" "web_ses" {
49-
role = aws_iam_role.web.name
50+
role = aws_iam_role.web.name
5051
policy_arn = module.ses.iam_policy_arn
5152
}
5253
```

0 commit comments

Comments
 (0)