Skip to content

Commit 00cae87

Browse files
committed
OAS-8726 | fix doc
1 parent a8a3c58 commit 00cae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/private_endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ resource "oasis_private_endpoint" "my_aws_private_endpoint" {
118118
- `aks` (Block List, Max: 1) Private Endpoint Resource Private Endpoint AKS field (see [below for nested schema](#nestedblock--aks))
119119
- `aws` (Block List, Max: 1) Private Endpoint Resource Private Endpoint AWS field (see [below for nested schema](#nestedblock--aws))
120120
- `description` (String) Private Endpoint Resource Private Endpoint Description field
121-
- `enable_private_dns` (Bool) If set, private DNS zone integration is enabled for this private endpoint service. For GCP this bool is immutable, so can only be set during the creation.
121+
- `enable_private_dns` (Bool) If set, private DNS zone integration is enabled for this private endpoint service. For GCP this bool is immutable, so can only be set during the creation. For AKS this boolean cannot be set.
122122
- `dns_names` (List of String) Private Endpoint Resource Private Endpoint DNS Names field (list of dns names)
123123
- `gcp` (Block List, Max: 1) Private Endpoint Resource Private Endpoint GCP field (see [below for nested schema](#nestedblock--gcp))
124124

0 commit comments

Comments
 (0)