Add gmem.ca zone

This commit is contained in:
Gabriel Simmer 2022-08-28 02:27:55 +01:00
parent ffc7275b2b
commit d25428e17b

3
aws/gmem.ca.tf Normal file
View file

@ -0,0 +1,3 @@
resource "aws_route53_zone" "gmemca" {
name = "gmem.ca"
}