Skip to content

Commit

Permalink
Import the DNSimple contact
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jul 14, 2024
1 parent e216d00 commit 4c55846
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion import.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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, "_", "-")
}
}

import {
to = module.dnsimple.dnsimple_contact.ocf
id = 52414
}

0 comments on commit 4c55846

Please sign in to comment.