Skip to content

Commit 6865c41

Browse files
author
vijay-stephen
committed
Merge pull request #30 from sourcefuse/feature/new-output
Opensearch - New Output and Variable update
1 parent 5d48398 commit 6865c41

File tree

1 file changed

+2
-1
lines changed
  • docs/arc-iac-docs/modules/terraform-aws-arc-opensearch

1 file changed

+2
-1
lines changed

docs/arc-iac-docs/modules/terraform-aws-arc-opensearch/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module "opensearch_serverless" {
130130
| Name | Description | Type | Default | Required |
131131
|------|-------------|------|---------|:--------:|
132132
| <a name="input_access_policies"></a> [access\_policies](#input\_access\_policies) | Custom access policy for OpenSearch domain. If empty, default policy will be used | `string` | `""` | no |
133-
| <a name="input_access_policy_rules"></a> [access\_policy\_rules](#input\_access\_policy\_rules) | List of rules for the access policy. | <pre>list(object({<br> resource_type = string<br> resource = list(string)<br> permissions = list(string)<br> }))</pre> | `[]` | no |
133+
| <a name="input_access_policy_rules"></a> [access\_policy\_rules](#input\_access\_policy\_rules) | List of rules for the access policy. | <pre>list(object({<br> resource_type = string<br> resource = list(string)<br> permissions = list(string)<br> principal = optional(list(string), [])<br> }))</pre> | `[]` | no |
134134
| <a name="input_advanced_security_enabled"></a> [advanced\_security\_enabled](#input\_advanced\_security\_enabled) | Enable advanced security options (fine-grained access control) | `bool` | `false` | no |
135135
| <a name="input_anonymous_auth_enabled"></a> [anonymous\_auth\_enabled](#input\_anonymous\_auth\_enabled) | Enable anonymous authentication | `bool` | `false` | no |
136136
| <a name="input_auto_software_update_enabled"></a> [auto\_software\_update\_enabled](#input\_auto\_software\_update\_enabled) | Enable automatic software updates for OpenSearch | `bool` | `false` | no |
@@ -207,6 +207,7 @@ module "opensearch_serverless" {
207207

208208
| Name | Description |
209209
|------|-------------|
210+
| <a name="output_opensearch_collection_endpoint"></a> [opensearch\_collection\_endpoint](#output\_opensearch\_collection\_endpoint) | The Endpoint of the OpenSearch collection |
210211
| <a name="output_opensearch_domain_arn"></a> [opensearch\_domain\_arn](#output\_opensearch\_domain\_arn) | The ARN of the OpenSearch domain. |
211212
| <a name="output_opensearch_domain_endpoint"></a> [opensearch\_domain\_endpoint](#output\_opensearch\_domain\_endpoint) | The endpoint of the OpenSearch domain. |
212213
| <a name="output_opensearch_domain_id"></a> [opensearch\_domain\_id](#output\_opensearch\_domain\_id) | The unique identifier for the OpenSearch domain. |

0 commit comments

Comments
 (0)