You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list(object({ name = string target_type = optional(string, "") # for cdn/alb record easy creation can be "alb", "cdn"
type = optional(string, "A") # type for standard records creation, can be "A", "CNAME", "TEXT", and etc value = optional(list(any), []) # value for standard records creation
alb = optional(string, null) # the name of loadbalancer
distribution_id = optional(string, null) # cloudfront distribution id
set_identifier : optional(string, null) # for setting custom identifier in case we have multiple records(geo routing) for same domain geolocation_routing_policy : optional(any, {}) # use to define custom routing for each geo location }))