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_www5 Replies
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.
alright. I've never done this before, so i'm trying to do it as not-wrong as possible
There is also #terraform-provider-cloudflare for guidance and questions
oh, i didn't know that, my apologies
It's fine to ask in general but some people might have it muted if there are only intrested in terraform