aws-private-endpoint

infrablocks/aws-private-endpoint/mongodbatlas

Terraform Module HCL MONGODBATLAS

A Terraform module for creating a private endpoint for AWS for MongoDB Atlas.

Install
module "aws-private-endpoint" {
source = "infrablocks/aws-private-endpoint/mongodbatlas"
version = "1.1.0-rc.9"
}
plain text: /constructs/tfmod-infrablocks-aws-private-endpoint-mongodbatlas/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform MongoDB Atlas AWS Private Endpoint ============================================ ![CircleCI](https://circleci.com/gh/infrablocks/terraform-mongodbatlas-cluster) A Terraform module for creating a private endpoint for AWS for MongoDB Atlas. The private endpoint requires: An existing project within a MongoDB organisation An existing VPC in AWS The private endpoint consists of: TODO Usage ----- To use the module, include something like the following in your Terraform configuration: ``hcl-terraform module "mongodbatlas_aws_private_endpoint" { source = "infrablocks/aws-private-endpoint/mongodbatlas" version = "0.1.0" } ` As mentioned above, the private endpoint applies to an existing project. Whilst the project can be created using any mechanism you like, the MongoDB Atlas Project modul

Inputs (8)
NameTypeDescriptionDefault
deployment_identifierstringAn identifier for this instantiation. required
regionstringThe AWS region for which to create the private endpoint. required
vpc_idstringThe ID of the VPC for which to create the private endpoint required
subnet_idslist(string)The subnet IDs within the VPC for which to create the private endpoint. required
project_idstringThe ID of the project within which to create the cluster. required
allow_cidrslist(string)The CIDRs from which the private endpoint should be accessible. required
componentstringThe component this project will contain. required
labelsmap(string)A map of labels to be applied to created resources, in addition to the defaults.{}
Outputs (6)
vpc_endpoint_id
interface_endpoint_id
private_endpoint
private_link_id
endpoint_service_name
interface_endpoints
Resources (5)
aws_security_groupaws_security_group_ruleaws_vpc_endpointmongodbatlas_privatelink_endpointmongodbatlas_privatelink_endpoint_service
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0-rc.9
Cloud MONGODBATLAS
Total downloads1.5k
Inputs8
Outputs6
Resources5
Examples1
Namespaceinfrablocks
Updated