Hi all - I see the <metadata service> and <ui> mod...
# dev-metaflow
n
Hi all - I see the metadata service and ui modules both create ecs clusters. I was not using a random suffix for metaflow resources, so was adding a
trim()
to get rid of the trailing
-
in my resource names. I'm having trouble finding how terraform handles the naming collisions for ECS clusters though? Should the UI & metadata service modules use the same ecs cluster or should I add a descriptor to the
ecs_cluster_name
to differentiate?
1
a
hmm good point. I'd just add a separate descriptor/suffix. ECS clusters are free so it may be easier/better for modularity to have two
👍 1