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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,10 +248,8 @@ To attach access management tags to resources in this module, you need the follo
248
248
| <aname="input_dns_instance_name"></a> [dns\_instance\_name](#input\_dns\_instance\_name)| The name to give the provisioned DNS instance. If not set, the module generates a name based on the `prefix` and `name` variables. |`string`|`null`| no |
249
249
| <aname="input_dns_location"></a> [dns\_location](#input\_dns\_location)| The target location or environment for the DNS instance created to host the custom resolver in a hub-spoke DNS resolution topology. Only used if enable\_hub is true and skip\_custom\_resolver\_hub\_creation is false (defaults). |`string`|`"global"`| no |
250
250
| <aname="input_dns_plan"></a> [dns\_plan](#input\_dns\_plan)| The plan for the DNS resource instance created to host the custom resolver in a hub-spoke DNS resolution topology. Only used if enable\_hub is true and skip\_custom\_resolver\_hub\_creation is false (defaults). |`string`|`"standard-dns"`| no |
251
-
| <aname="input_dns_records"></a> [dns\_records](#input\_dns\_records)| List of DNS records to be created. | <pre>list(object({<br/> name = string<br/> type = string<br/> ttl = number<br/> rdata = string<br/> preference = optional(number, null)<br/> service = optional(string, null)<br/> protocol = optional(string, null)<br/> priority = optional(number, null)<br/> weight = optional(number, null)<br/> port = optional(number, null)<br/> }))</pre> |`[]`| no |
252
-
| <aname="input_dns_zone_description"></a> [dns\_zone\_description](#input\_dns\_zone\_description)| The description of the DNS zone. |`string`|`"Default DNS Zone"`| no |
253
-
| <aname="input_dns_zone_label"></a> [dns\_zone\_label](#input\_dns\_zone\_label)| Label associated with the DNS zone. |`string`|`"dns-zone"`| no |
254
-
| <aname="input_dns_zone_name"></a> [dns\_zone\_name](#input\_dns\_zone\_name)| The name of the DNS zone to be created. |`string`|`null`| no |
251
+
| <aname="input_dns_records"></a> [dns\_records](#input\_dns\_records)| List of DNS records to be created. | <pre>map(list(object({<br/> name = string<br/> type = string<br/> ttl = number<br/> rdata = string<br/> preference = optional(number, null)<br/> service = optional(string, null)<br/> protocol = optional(string, null)<br/> priority = optional(number, null)<br/> weight = optional(number, null)<br/> port = optional(number, null)<br/> })))</pre> |`{}`| no |
252
+
| <aname="input_dns_zones"></a> [dns\_zones](#input\_dns\_zones)| List of the DNS zone to be created. | <pre>list(object({<br/> name = string<br/> description = optional(string)<br/> label = optional(string, "dns-zone")<br/> }))</pre> |`[]`| no |
255
253
| <aname="input_enable_hub"></a> [enable\_hub](#input\_enable\_hub)| Indicates whether this VPC is enabled as a DNS name resolution hub. |`bool`|`false`| no |
256
254
| <aname="input_enable_hub_vpc_crn"></a> [enable\_hub\_vpc\_crn](#input\_enable\_hub\_vpc\_crn)| Indicates whether Hub VPC CRN is passed. |`bool`|`false`| no |
257
255
| <aname="input_enable_hub_vpc_id"></a> [enable\_hub\_vpc\_id](#input\_enable\_hub\_vpc\_id)| Indicates whether Hub VPC ID is passed. |`bool`|`false`| no |
error_message="The specified DNS zone name is not permitted. Please choose a different domain name. [Learn more](https://cloud.ibm.com/docs/dns-svcs?topic=dns-svcs-managing-dns-zones&interface=ui#restricted-dns-zone-names)"
0 commit comments