aws-elasticsearch
bytebugs/aws-elasticsearch/moudles
Terraform Module
HCL
MOUDLES
Install
module "aws-elasticsearch" {
source = "bytebugs/aws-elasticsearch/moudles"
version = "0.1.0"
}
README
Terraform Setup Each developer will need to execute the following command before attempting to compile: terraform init This command ensures that the s3 backend for the state files is initialised and that there is a lock table associated with each. Terraform components Outputs Every resource that requires access to part of another component's state will require that the source component has that value exported in the outputs.tf file.
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| es_domain_name | any | Name of the domain. | required |
| es_source_ip_list | any | Public IPs that can access the Elasticsearch cluster | required |
| key_pair_auth_id | any | required | |
| cidr_blocks | any | required | |
| subnet_id | any | required |
Outputs (6)
elasticsearch_domain_arn — Amazon Resource Name (ARN) of the domain.elasticsearch_domain_domain_id — Unique identifier for the domain.elasticsearch_domain_endpoint — Domain-specific endpoint used to submit index, search, and data upload requests.nginx_instance_idnginx_instance_private_dnsnginx_instance_private_ipDetails
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud MOUDLES
★ Stars0
Forks1
Total downloads822
Inputs5
Outputs6
Submodules2
Namespacebytebugs
Updated