Skip to content

Commit 9a4e53f

Browse files
authored
quick ref known erros
1 parent e899f0f commit 9a4e53f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

1_storage-databases/mongo-atlas/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Last updated: 2025-03-27
1111

1212
> This template contains Terraform configurations to create and manage MongoDB Atlas with Azure network peering. Below is a description of the files and the variables used in this template.
1313
14+
> [!IMPORTANT]
15+
> Please review the [list of deployment known errors](/1_storage-databases/mongo-atlas/known_errors.md) in case any guidance is needed.
16+
1417
<details>
1518
<summary><b>List of References </b> (Click to expand)</summary>
1619

@@ -103,6 +106,16 @@ Below is a list of variables used in this template, their expected values, types
103106
| `mongodbatlas_public_key` | The public key for MongoDB Atlas. | string | `"your-public-key"` |
104107
| `mongodbatlas_private_key` | The private key for MongoDB Atlas. | string | `"your-private-key"` |
105108

109+
> CIDR options example:
110+
111+
| Azure Virtual Network CIDR Block Options | MongoDB Atlas Network Container CIDR Block Options |
112+
|------------------------------------------|----------------------------------------------------|
113+
| `10.2.0.0/16` | `192.168.2.0/24` |
114+
| `10.3.0.0/16` | `192.168.3.0/24` |
115+
| `10.4.0.0/16` | `192.168.4.0/24` |
116+
| `10.5.0.0/16` | `192.168.5.0/24` |
117+
| `10.6.0.0/16` | `192.168.6.0/24` |
118+
106119
## How to create MongoDB Atlas public/private key
107120

108121
1. Go to `Access Manager`

0 commit comments

Comments
 (0)