From fa9e30dc1fea2bada34180f8cfa09d9a9b85b5f9 Mon Sep 17 00:00:00 2001 From: hkavya26 Date: Thu, 23 Dec 2021 15:50:52 +0530 Subject: [PATCH] DocFix: dns services --- website/docs/d/dns_permitted_networks.html.markdown | 2 +- website/docs/d/dns_resource_records.html.markdown | 2 +- website/docs/d/dns_zones.html.markdown | 2 +- website/docs/r/dns_permitted_network.html.markdown | 2 +- website/docs/r/dns_zone.html.markdown | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/d/dns_permitted_networks.html.markdown b/website/docs/d/dns_permitted_networks.html.markdown index d0b0792df53..cafcece6048 100644 --- a/website/docs/d/dns_permitted_networks.html.markdown +++ b/website/docs/d/dns_permitted_networks.html.markdown @@ -53,7 +53,7 @@ data "ibm_dns_permitted_networks" "test" { ## Argument reference Review the argument reference that you can specify for your data source. -- `instance_id` - (Required, String) The ID of the private DNS service instance where you created permitted networks. +- `instance_id` - (Required, String) The GUID of the private DNS service instance where you created permitted networks. - `zone_id` - (Required, String) The ID of the zone where you added the permitted networks. ## Attribute reference diff --git a/website/docs/d/dns_resource_records.html.markdown b/website/docs/d/dns_resource_records.html.markdown index af2b9529cf6..7460f09582a 100644 --- a/website/docs/d/dns_resource_records.html.markdown +++ b/website/docs/d/dns_resource_records.html.markdown @@ -23,7 +23,7 @@ data "ibm_dns_resource_records" "ds_pdns_resource_records" { ## Argument reference Review the argument reference that you can specify for your data source. -- `instance_id` - (Required, String) The ID of the private DNS service instance. +- `instance_id` - (Required, String) The GUID of the private DNS service instance. - `zone_id` - (Required, String) The ID of the zone that you added to the private DNS service instance. ## Attribute reference diff --git a/website/docs/d/dns_zones.html.markdown b/website/docs/d/dns_zones.html.markdown index 4b60eee7bf3..16a81845d9b 100644 --- a/website/docs/d/dns_zones.html.markdown +++ b/website/docs/d/dns_zones.html.markdown @@ -25,7 +25,7 @@ data "ibm_dns_zones" "ds_pdnszones" { ## Argument reference Review the argument reference that you can specify for your data source. -- `instance_id` - (Required, String) The ID of the private DNS service instance. +- `instance_id` - (Required, String) The GUID of the private DNS service instance. ## Attribute reference In addition to the argument reference list, you can access the following attribute references after your data source is created. diff --git a/website/docs/r/dns_permitted_network.html.markdown b/website/docs/r/dns_permitted_network.html.markdown index ca5c3873a40..8d6ece846ae 100644 --- a/website/docs/r/dns_permitted_network.html.markdown +++ b/website/docs/r/dns_permitted_network.html.markdown @@ -27,7 +27,7 @@ resource "ibm_dns_permitted_network" "test-pdns-permitted-network-nw" { ## Argument reference Review the argument reference that you can specify for your resource. -- `instance_id` - (Required, String) The ID of the IBM Cloud DNS service instance where you want to add a permitted network. +- `instance_id` - (Required, String) The GUID of the IBM Cloud DNS service instance where you want to add a permitted network. - `type` - (Required, String) The type of permitted network that you want to add. Supported values are `vpc`. - `vpc_crn` - (Required, String) The CRN of the VPC that you want to add as a permitted network. - `zone_id` - (Required, String) The ID of the private DNS zone where you want to add the permitted network. diff --git a/website/docs/r/dns_zone.html.markdown b/website/docs/r/dns_zone.html.markdown index de47b9cda5e..9160b3cae0b 100644 --- a/website/docs/r/dns_zone.html.markdown +++ b/website/docs/r/dns_zone.html.markdown @@ -27,7 +27,7 @@ resource "ibm_dns_zone" "pdns-1-zone" { Review the argument reference that you can specify for your resource. - `description` - (Optional, String) The description of the DNS zone. -- `instance_id` - (Required, String) The ID of the IBM Cloud DNS service instance where you want to create a DNS zone. +- `instance_id` - (Required, String) The GUID of the IBM Cloud DNS service instance where you want to create a DNS zone. - `name` - (Required, String) The name of the DNS zone that you want to create. - `label` - (Optional, String) The label of the DNS zone.