aws-elasticsearch

bytebugs/aws-elasticsearch/moudles

Terraform Module HCL MOUDLES
Install
module "aws-elasticsearch" {
source = "bytebugs/aws-elasticsearch/moudles"
version = "0.1.0"
}
plain text: /constructs/tfmod-bytebugs-aws-elasticsearch-moudles/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
es_domain_nameanyName of the domain. required
es_source_ip_listanyPublic IPs that can access the Elasticsearch cluster required
key_pair_auth_idany required
cidr_blocksany required
subnet_idany 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_id
nginx_instance_private_dns
nginx_instance_private_ip
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud MOUDLES
★ Stars0
Forks1
Total downloads822
Inputs5
Outputs6
Submodules2
Namespacebytebugs
Updated