Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Sebastian Siwy <jsiwy@babbel.com>
  • Loading branch information
awendt and jansiwy authored Jan 26, 2022
1 parent 99b927b commit 7be4b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This includes the following components:

```tf
resource "aws_route53_zone" "email-example" {
name = "email.example.com"
name = "email.example.com"
}
module "ses-sending-domain-example" {
Expand Down
2 changes: 1 addition & 1 deletion _test/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "ses-sending-domain" {
source = "./.."

domain_name = "example.com"
domain_name = "example.com"
route53_zone = {
id = "123"
}
Expand Down

0 comments on commit 7be4b48

Please sign in to comment.