mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
mx fix
This commit is contained in:
+7
-1
@@ -20,7 +20,13 @@ resource "aws_route53_record" "mail1-record" {
|
|||||||
name = "newtech.academy"
|
name = "newtech.academy"
|
||||||
type = "MX"
|
type = "MX"
|
||||||
ttl = "300"
|
ttl = "300"
|
||||||
records = ["aspmx.l.google.com"]
|
records = [
|
||||||
|
"1 aspmx.l.google.com.",
|
||||||
|
"5 alt1.aspmx.l.google.com.",
|
||||||
|
"5 alt2.aspmx.l.google.com.",
|
||||||
|
"10 aspmx2.googlemail.com.",
|
||||||
|
"10 aspmx3.googlemail.com."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
output "ns-servers" {
|
output "ns-servers" {
|
||||||
|
|||||||
Reference in New Issue
Block a user