Skip to content

Commit 301cdd0

Browse files
committed
style(my-stamps.tf): fix indentation.
Should be in cc0c59c commit. [skip ci]
1 parent 22a012f commit 301cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/my-stamps.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "digitalocean_record" "mx2" {
6969
priority = 10
7070
}
7171
resource "digitalocean_record" "email" {
72-
domain = digitalocean_domain.site.name
72+
domain = digitalocean_domain.site.name
7373
type = "CNAME"
7474
name = "email"
7575
value = "mailgun.org."

0 commit comments

Comments
 (0)