Skip to content

Commit

Permalink
use published dns module
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdntgrn authored Oct 19, 2022
1 parent 9be8934 commit 0f2857c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dns.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "dns" {
source = "../dns"
source = "dasmeta/dns/aws"
version = "0.1.0"

count = var.zone == null ? 0 : 1

Expand Down

0 comments on commit 0f2857c

Please sign in to comment.