Skip to content

Commit

Permalink
self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Oct 14, 2023
1 parent 046b9a8 commit c2f514f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hashicorp/instances/aws-nexusgraph.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ resource "aws_instance" "paion-data-nexusgraph-theresa" {
user_data = "${data.template_file.base-init.rendered}"
}

#resource "aws_route53_record" "theresa-nexusgraph-com" {
# zone_id = var.nexusgraph_zone_id
# name = "theresa.nexusgraph.com"
# type = "A"
# ttl = 300
# records = [aws_instance.paion-data-nexusgraph-theresa.public_ip]
# allow_overwrite = true
#}
resource "aws_route53_record" "theresa-nexusgraph-com" {
zone_id = var.nexusgraph_zone_id
name = "theresa.nexusgraph.com"
type = "A"
ttl = 300
records = [aws_instance.paion-data-nexusgraph-theresa.public_ip]
allow_overwrite = true
}

0 comments on commit c2f514f

Please sign in to comment.