Skip to content

Commit

Permalink
NAP-275 update eventhandler dns
Browse files Browse the repository at this point in the history
  • Loading branch information
faizando committed Aug 13, 2021
1 parent 7396467 commit c987903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experimental/terraform/resource_event_handler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ module "event_hander_dns" {
project_id = var.google_project_id
name = replace(replace(lower(trimspace(var.mapped_domain)), ".", "-"), "/[^a-z0-9\\-]/", "")
domain = "${var.mapped_domain}."
type = "public"
dnssec_config = { state : "on" }

recordsets = [
{
Expand Down

0 comments on commit c987903

Please sign in to comment.