From 4c55846fbf25ff7cf032deb7f69f3de6840dcb99 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 14 Jul 2024 13:33:45 -0400 Subject: [PATCH] Import the DNSimple contact --- import.tf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/import.tf b/import.tf index 2319de7..4adcc9d 100644 --- a/import.tf +++ b/import.tf @@ -50,4 +50,9 @@ import { for_each = { for team in keys(var.teams.maintainers) : team => team } to = module.github.github_team.maintainers[each.key] id = replace(each.key, "_", "-") -} \ No newline at end of file +} + +import { + to = module.dnsimple.dnsimple_contact.ocf + id = 52414 +}