project
infrablocks/project/mongodbatlas
A Terraform module for creating a project in a MongoDB Atlas organisation.
Terraform MongoDB Atlas 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 | |----------
| Name | Type | Description | Default |
|---|---|---|---|
| component | string | The component this project will contain. | required |
| deployment_identifier | string | An identifier for this instantiation. | required |
| organization_id | string | The ID of the organization within which to create the project. | required |
| existing_teams | list(object({ id: string, | A list of existing teams to be associated with the project with corresponding ro | [] |
| dedicated_teams | list(object({ name_suffix: | A list of dedicated teams to be created and associated with the project with cor | [] |
| ip_access_list | list(object({ type: string | A list of IP access list entries to add to the project. | [] |
| database_users | list(object({ username: st | A list of database users to create for the project | [] |
| labels | map(string) | A map of labels to be applied to created resources, in addition to the defaults. | {} |
project_iddedicated_teams