You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/d/opensearch_domain.html.markdown
+3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ This data source exports the following attributes in addition to the arguments a
66
66
*`role_arn` - IAM Role with the AmazonOpenSearchServiceCognitoAccess policy attached.
67
67
*`created` – Status of the creation of the domain.
68
68
*`dashboard_endpoint` - Domain-specific endpoint used to access the [Dashboard application](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/dashboards.html).
69
+
*`dashboard_endpoint_v2` - V2 domain-specific endpoint used to access the [Dashboard application](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/dashboards.html)
69
70
*`deleted` – Status of the deletion of the domain.
71
+
*`domain_endpoint_v2_hosted_zone_id` - Dual stack hosted zone ID for the domain.
70
72
*`domain_id` – Unique identifier for the domain.
71
73
*`ebs_options` - EBS Options for the instances in the domain.
72
74
*`ebs_enabled` - Whether EBS volumes are attached to data nodes in the domain.
@@ -79,6 +81,7 @@ This data source exports the following attributes in addition to the arguments a
79
81
*`enabled` - Whether encryption at rest is enabled in the domain.
80
82
*`kms_key_id` - KMS key id used to encrypt data at rest.
81
83
*`endpoint` – Domain-specific endpoint used to submit index, search, and data upload requests.
84
+
*`endpoint_v2` - V2 domain-specific endpoint that works with both IPv4 and IPv6 addresses, used to submit index, search, and data upload requests.
82
85
*`ip_address_type` - Type of IP addresses supported by the endpoint for the domain.
83
86
*`kibana_endpoint` - (**Deprecated**) Domain-specific endpoint for kibana without https scheme. Use the `dashboard_endpoint` attribute instead.
84
87
*`log_publishing_options` - Domain log publishing related options.
Copy file name to clipboardexpand all lines: website/docs/r/opensearch_domain.html.markdown
+3
Original file line number
Diff line number
Diff line change
@@ -475,10 +475,13 @@ AWS documentation: [Off Peak Hours Support for Amazon OpenSearch Service Domains
475
475
This resource exports the following attributes in addition to the arguments above:
476
476
477
477
*`arn` - ARN of the domain.
478
+
*`domain_endpoint_v2_hosted_zone_id` - Dual stack hosted zone ID for the domain.
478
479
*`domain_id` - Unique identifier for the domain.
479
480
*`domain_name` - Name of the OpenSearch domain.
480
481
*`endpoint` - Domain-specific endpoint used to submit index, search, and data upload requests.
482
+
*`endpoint_v2` - V2 domain endpoint that works with both IPv4 and IPv6 addresses, used to submit index, search, and data upload requests.
481
483
*`dashboard_endpoint` - Domain-specific endpoint for Dashboard without https scheme.
484
+
*`dashboard_endpoint_v2` - V2 domain endpoint for Dashboard that works with both IPv4 and IPv6 addresses, without https scheme.
482
485
*`kibana_endpoint` - (**Deprecated**) Domain-specific endpoint for kibana without https scheme. Use the `dashboard_endpoint` attribute instead.
483
486
*`tags_all` - Map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block).
484
487
*`vpc_options.0.availability_zones` - If the domain was created inside a VPC, the names of the availability zones the configured `subnet_ids` were created inside.
0 commit comments