Using the dns-delegated component #29
-
NOTE: This was originally posted in sweetops.slack.com but was asked to post here and has been slightly modified from the original for additional context and clarity. This is a followup to discussion #28. The module interface for
I have the following observations: Observation 1: The dns-delgated interface does not allow for creation of both private and public zones with the avialable zone_config interface. Observation 2: The module does not appear to properly handle the above zone_config input using the
Observation 3: There are a handful of references in cloudposse-terraform-components usinga hardcoded But as you pointed out in the post by @Pablo Paez, you are working to eliminate that this year. Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes that's exactly correct. We have done the same with a few customers As you pointed out, some components have hard-coded references to |
Beta Was this translation helpful? Give feedback.
Yes that's exactly correct. We have done the same with a few customers
As you pointed out, some components have hard-coded references to
dns-delegated
ordns-primary
, so ensure you update them to align with your custom component names. We handle these on a case-by-case basis as they come up and welcome community pull requests for any that might be overlooked!