Skip to content

Commit

Permalink
removed geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kastriotdobratiqi committed Aug 10, 2022
1 parent c9282f7 commit e090187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ resource "aws_eip" "wireguard" {

resource "aws_route53_record" "wireguard" {
count = var.use_route53 ? 1 : 0
allow_overwrite = true
set_identifier = "wireguard-${var.region}"
zone_id = var.route53_hosted_zone_id
name = var.route53_record_name
type = "A"
Expand Down
8 changes: 1 addition & 7 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,4 @@ variable "route53_record_name" {
type = string
default = null
description = "Route53 Record name."
}

variable "route53_geo" {
type = any
default = null
description = "Route53 Geolocation config."
}
}

0 comments on commit e090187

Please sign in to comment.