update domain

This commit is contained in:
sid palas
2022-02-13 12:00:39 -08:00
parent d276ae7b6e
commit 0fdc55db8e
9 changed files with 16 additions and 17 deletions

View File

@@ -23,5 +23,5 @@ provider "aws" {
# Route53 zone is shared across staging and production
resource "aws_route53_zone" "primary" {
name = "mysuperawesomesite.com"
}
name = "devopsdeployed.com"
}