Skip to content

Commit

Permalink
OAS-8726 | fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Nov 21, 2023
1 parent a8a3c58 commit 00cae87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/private_endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "oasis_private_endpoint" "my_aws_private_endpoint" {
- `aks` (Block List, Max: 1) Private Endpoint Resource Private Endpoint AKS field (see [below for nested schema](#nestedblock--aks))
- `aws` (Block List, Max: 1) Private Endpoint Resource Private Endpoint AWS field (see [below for nested schema](#nestedblock--aws))
- `description` (String) Private Endpoint Resource Private Endpoint Description field
- `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.
- `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.
- `dns_names` (List of String) Private Endpoint Resource Private Endpoint DNS Names field (list of dns names)
- `gcp` (Block List, Max: 1) Private Endpoint Resource Private Endpoint GCP field (see [below for nested schema](#nestedblock--gcp))

Expand Down

0 comments on commit 00cae87

Please sign in to comment.