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
@@ -198,7 +198,7 @@ To attach access management tags to resources in this module, you need the follo
198
198
| <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 |
199
199
| <aname="input_dns_zone_description"></a> [dns\_zone\_description](#input\_dns\_zone\_description)| The description of the DNS zone. |`string`|`"Default DNS Zone"`| no |
200
200
| <aname="input_dns_zone_label"></a> [dns\_zone\_label](#input\_dns\_zone\_label)| Label associated with the DNS zone. |`string`|`"dns-zone"`| no |
201
-
| <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 |
201
+
| <aname="input_dns_zone_name"></a> [dns\_zone\_name](#input\_dns\_zone\_name)| The name of the DNS zone to be created. |`string`|`"slz.com"`| no |
202
202
| <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 |
203
203
| <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 |
204
204
| <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 |
@@ -244,8 +244,7 @@ To attach access management tags to resources in this module, you need the follo
244
244
| <aname="output_dns_endpoint_gateways_by_id"></a> [dns\_endpoint\_gateways\_by\_id](#output\_dns\_endpoint\_gateways\_by\_id)| The list of VPEs that are made available for DNS resolution in the created VPC. Only set if enable\_hub is false and enable\_hub\_vpc\_id are true. |
245
245
| <aname="output_dns_instance_id"></a> [dns\_instance\_id](#output\_dns\_instance\_id)| The ID of the DNS instance. |
246
246
| <aname="output_dns_record_ids"></a> [dns\_record\_ids](#output\_dns\_record\_ids)| List of all the domain resource records. |
247
-
| <aname="output_dns_zone"></a> [dns\_zone](#output\_dns\_zone)| The ID of the DNS zone. The ID is composed of <instance\_id>/<zone\_id> |
248
-
| <aname="output_dns_zone_id"></a> [dns\_zone\_id](#output\_dns\_zone\_id)| The ID of the zone that is associated with the DNS zone. |
247
+
| <aname="output_dns_zone_id"></a> [dns\_zone\_id](#output\_dns\_zone\_id)| The ID of the DNS zone. |
249
248
| <aname="output_dns_zone_state"></a> [dns\_zone\_state](#output\_dns\_zone\_state)| The state of the DNS zone. |
250
249
| <aname="output_network_acls"></a> [network\_acls](#output\_network\_acls)| List of shortnames and IDs of network ACLs |
251
250
| <aname="output_public_gateways"></a> [public\_gateways](#output\_public\_gateways)| Map of public gateways by zone |
Copy file name to clipboardExpand all lines: examples/vpc-with-dns/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# VPC with DNS example
2
2
3
-
A simple example to provision a Secure Landing Zone (SLZ) Virtual Private Cloud (`VPC`) in two zones (Zone1 and Zone2). Allows creation of Domain Name System (`DNS`) `Zones` and `Records` linking the created `VPC` as a permitted network to the `DNS.`
3
+
A simple example demonstrating the provisioning of a `Secure Landing Zone (SLZ) Virtual Private Cloud (VPC)` across two zones (`Zone 1`and `Zone 2`). This setup includes the creation of `Domain Name System (DNS) Zones and Records`, linking the provisioned VPC as a permitted network for DNS operations.
4
4
5
5
The following resources are provisioned by this example:
0 commit comments