project

infrablocks/project/mongodbatlas

Terraform Module HCL MONGODBATLAS

A Terraform module for creating a project in a MongoDB Atlas organisation.

Install
module "project" {
source = "infrablocks/project/mongodbatlas"
version = "1.2.0-rc.6"
}
plain text: /constructs/tfmod-infrablocks-project-mongodbatlas/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform MongoDB Atlas Project =============================== ![CircleCI](https://circleci.com/gh/infrablocks/terraform-mongodbatlas-project) A Terraform module for creating a project in a MongoDB Atlas organisation. The MongoDB Atlas project consists of: TODO Usage ----- To use the module, include something like the following in your Terraform configuration: ``hcl-terraform module "mongodbatlas_project" { source = "infrablocks/project/mongodbatlas" version = "0.1.0" } ` See the Terraform registry entry for more details. Inputs | Name | Description | Default | Required | |----------------------------------|-------------------------------------------------------------------------------|:-------------------:|:------------------------------------:| Outputs | Name | Description | |----------

Inputs (8)
NameTypeDescriptionDefault
componentstringThe component this project will contain. required
deployment_identifierstringAn identifier for this instantiation. required
organization_idstringThe ID of the organization within which to create the project. required
existing_teamslist(object({ id: string, A list of existing teams to be associated with the project with corresponding ro[]
dedicated_teamslist(object({ name_suffix:A list of dedicated teams to be created and associated with the project with cor[]
ip_access_listlist(object({ type: stringA list of IP access list entries to add to the project.[]
database_userslist(object({ username: stA list of database users to create for the project[]
labelsmap(string)A map of labels to be applied to created resources, in addition to the defaults.{}
Outputs (2)
project_id
dedicated_teams
Resources (4)
mongodbatlas_database_usermongodbatlas_projectmongodbatlas_project_ip_access_listmongodbatlas_team
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.0-rc.6
Cloud MONGODBATLAS
Total downloads3.8k
Inputs8
Outputs2
Resources4
Examples1
Namespaceinfrablocks
Updated