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
After this module runs successfully, the status of the domain that is configured in the CIS instance is set to pending. You need to configure the name servers that are assigned to the domain at the DNS provider and then the status of the domain will be changed to active. This manual step must be taken after deploying and configuring the instance to ensure compliance with the IBM Cloud Framework for Financial Services.
List of DNS records to be added for the CIS Instance.
list(object({ name = string type = string ttl = optional(number) # in unit seconds, starts with value 120 content = optional(string) priority = optional(number) # mandatory for SRV type of record proxied = optional(bool) # default value is false data = optional(object({ altitude = optional(number) # mandatory for LOC type of record lat_degrees = optional(number) # mandatory for LOC type of record lat_direction = optional(string) # mandatory for LOC type of record lat_minutes = optional(number) # mandatory for LOC type of record lat_seconds = optional(number) # mandatory for LOC type of record long_degrees = optional(number) # mandatory for LOC type of record long_direction = optional(string) # mandatory for LOC type of record long_minutes = optional(number) # mandatory for LOC type of record long_seconds = optional(number) # mandatory for LOC type of record precision_horz = optional(number) # mandatory for LOC type of record precision_vert = optional(number) # mandatory for LOC type of record size = optional(number) # mandatory for LOC type of record tag = optional(string) # required for CAA type of record value = optional(string) # required for CAA type of record target = optional(string) # required for SRV type of record priority = optional(number) # required for SRV type of record port = optional(number) # mandatory for SRV type of record proto = optional(string) # mandatory for SRV type of record service = optional(string) # mandatory for SRV type of record, starts with an '_' weight = optional(number) # mandatory for SRV type of record })) }))
List of origins with an associated health check to be created for the CIS global load balancer.
list(object({ name = string origins = list(object({ name = string address = string enabled = optional(bool) weight = optional(number) })) enabled = bool # if set to true, the pool is enabled and can receive incoming network traffic description = optional(string) check_regions = list(string) # list of region codes minimum_origins = optional(number) health_check_name = optional(string) notification_email = optional(string) }))