Skip to content

Commit

Permalink
fix: remove unused test code (#2107)
Browse files Browse the repository at this point in the history
Signed-off-by: Rayane Bellazaar <rayane.bellazaar@kiln.fi>
Co-authored-by: Rayane Bellazaar <rayane.bellazaar@kiln.fi>
  • Loading branch information
rayanebel and Rayane Bellazaar committed Jun 22, 2023
1 parent 04780b3 commit 489793b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions modules/google/external-dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ locals {
v,
) if v.enabled }

test = { for k, v in local.external-dns : k => merge(
{
values = <<-VALUES
provider: ${k}
txtPrefix: "ext-dns-"
VALUES
},
{}
)
}

managed_zones_by_instance = flatten([
for k, v in local.external-dns : [
for idx, zone in lookup(v, "managed_zones", []) : {
Expand Down

0 comments on commit 489793b

Please sign in to comment.