Skip to content

Commit

Permalink
Removed select availibility documentation for dns in vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm committed Mar 22, 2024
1 parent 26f541d commit c1aa7b7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion website/docs/d/is_virtual_endpoint_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ In addition to the argument reference list, you can access the following attribu

- `access_tags` - (List) Access management tags associated for the virtual endpoint gateway.

-> **NOTE:** `allow_dns_resolution_binding` attribute is a select location availability, invitation only feature. In other regions value might not be present.
- `allow_dns_resolution_binding` - (Bool) Indicates whether to allow this endpoint gateway to participate in DNS resolution bindings with a VPC that has dns.enable_hub set to true.
- `created_at` - (Timestamp) The created date and time of the endpoint gateway.
- `crn` - (String) The CRN for this endpoint gateway.
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/is_virtual_endpoint_gateways.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ In addition to the argument reference list, you can access the following attribu
Nested scheme for `virtual_endpoint_gateways`:
- `access_tags` - (List) Access management tags associated for the virtual endpoint gateway.

-> **NOTE:** `allow_dns_resolution_binding` attribute is a select location availability, invitation only feature. In other regions value might not be present.
- `allow_dns_resolution_binding` - (Bool) Indicates whether to allow this endpoint gateway to participate in DNS resolution bindings with a VPC that has dns.enable_hub set to true.
- `created_at` - (Timestamp) The created date and time of the endpoint gateway.
- `crn` - (String) The CRN for this endpoint gateway.
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/is_vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ In addition to all argument reference list, you can access the following attribu
- `default_routing_table`- (String) The unique identifier of the VPC default routing table.
- `default_routing_table_name` - (String) The name of the default routing table.

-> **NOTE:** `dns` attribute is a select location availability, invitation only feature. In other regions value might not be present.
- `dns` - (List) The DNS configuration for this VPC.

Nested scheme for `dns`:
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/is_vpc_dns_resolution_binding.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: |-
subcategory: "VPC infrastructure"
---

-> **NOTE:*- `ibm_is_vpc_dns_resolution_binding` datasource is a select location availability, invitation only feature. In other regions value might not be present.
# ibm_is_vpc_dns_resolution_binding

Provides a read-only data source for VPCDNSResolutionBinding. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: |-
subcategory: "VPC infrastructure"
---

-> **NOTE:** `ibm_is_vpc_dns_resolution_bindings` datasource is a select location availability, invitation only feature. In other regions value might not be present.
# ibm_is_vpc_dns_resolution_bindings

Provides a read-only data source for VPCDNSResolutionBindings. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/is_vpcs.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ You can access the following attribute references after your data source is crea
- `default_routing_table`- (String) The unique identifier of the VPC default routing table.
- `default_routing_table_name` - (String) The name of the default routing table.

-> **NOTE:** `dns` attribute is a select location availability, invitation only feature. In other regions value might not be present.
- `dns` - (List) The DNS configuration for this VPC.

Nested scheme for `dns`:
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/is_virtual_endpoint_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Review the argument references that you can specify for your resource.
**&#x2022;** You must have the access listed in the [Granting users access to tag resources](https://cloud.ibm.com/docs/account?topic=account-access) for `access_tags`</br>
**&#x2022;** `access_tags` must be in the format `key:value`.

-> **NOTE:** `allow_dns_resolution_binding` is a select location availability, invitation only feature. If used in other regions may lead to inconsistencies in state management.
- `allow_dns_resolution_binding` - (Optional, bool) Indicates whether to allow this endpoint gateway to participate in DNS resolution bindings with a VPC that has dns.enable_hub set to true.
- `name` - (Required, Forces new resource, String) The endpoint gateway name.
- `ips` (Optional, List) The reserved IPs to bind to this endpoint gateway. At most one reserved IP per zone is allowed.
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/is_vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Review the argument references that you can specify for your resource.
- `default_security_group_name` - (Optional, String) Enter the name of the default security group.
- `default_routing_table_name` - (Optional, String) Enter the name of the default routing table.

-> **NOTE:** `dns` attribute is a select location availability, invitation only feature. If used in other regions may lead to inconsistencies in state management.
- `dns` - (Optional, List) The DNS configuration for this VPC.

Nested scheme for `dns`:
Expand Down
2 changes: 0 additions & 2 deletions website/docs/r/is_vpc_dns_resolution_binding.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: |-
subcategory: "VPC infrastructure"
---

-> **NOTE:** `ibm_is_vpc_dns_resolution_binding` resource is a select location availability, invitation only feature. If used in other regions may lead to inconsistencies in state management.

# ibm_is_vpc_dns_resolution_binding

Provides a resource for VPCDNSResolutionBinding. You can then reference the fields of the resource in other resources within the same configuration using interpolation syntax.
Expand Down

0 comments on commit c1aa7b7

Please sign in to comment.