data "aws_route53_zone" "kadicon" {
	name = var.base_domain
}

locals {
	route53_zone_id = data.aws_route53_zone.kadicon.id
}
