Skip to content

Commit 71b88f2

Browse files
committed
fix(dns modules): remove unused template and local provider dependencies
1 parent 811e418 commit 71b88f2

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

modules/dns-delegated/versions.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@ terraform {
66
source = "hashicorp/aws"
77
version = ">= 2.0"
88
}
9-
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.0"
12-
}
13-
local = {
14-
source = "hashicorp/local"
15-
version = ">= 1.3"
16-
}
179
}
1810
}

modules/dns-primary/versions.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@ terraform {
66
source = "hashicorp/aws"
77
version = ">= 2.0"
88
}
9-
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.0"
12-
}
13-
local = {
14-
source = "hashicorp/local"
15-
version = ">= 1.3"
16-
}
179
}
1810
}

0 commit comments

Comments
 (0)