do i need to namespace my terraform

do i need to namespace my terraform configs? for example, if i have a bunch of files each with their own zone, can i use www in one file and also another, or do i need to use valk_sh_www and valk_lgbt_www
5 Replies
Cyb3r-Jak3
Cyb3r-Jak32y ago
It depends on your setup but two resources can't share the same resource type and name. So if you have all terraform files in a single directory then you'll need to have them seperate.
valkyrie_pilot
valkyrie_pilotOP2y ago
alright. I've never done this before, so i'm trying to do it as not-wrong as possible
Cyb3r-Jak3
Cyb3r-Jak32y ago
There is also #terraform-provider-cloudflare for guidance and questions
valkyrie_pilot
valkyrie_pilotOP2y ago
oh, i didn't know that, my apologies
Cyb3r-Jak3
Cyb3r-Jak32y ago
It's fine to ask in general but some people might have it muted if there are only intrested in terraform

Did you find this page helpful?