@@ -89,28 +89,28 @@ Last updated: 2026-02-03
8989
9090Below is a list of variables used in this template, their expected values, types, and examples:
9191
92- | Variable Name | Description | Type | Example Value |
93- | ----------------------------- | -------------------------------------------------- | --------- | --------------------------- |
94- | ` azure_subscription_id ` | The Azure subscription ID. | string | ` "your-subscription-id" ` |
95- | ` resource_group_name ` | The name of the Azure resource group. | string | ` "your-resource-group" ` |
96- | ` vnet_name ` | The name of the Azure virtual network. | string | ` "your-vnet-name" ` |
97- | ` azure_vnet_cidr_block ` | The CIDR block for the Azure virtual network. | string | ` "10.1.0.0/16" ` |
98- | ` atlas_cidr_block ` | The CIDR block for the MongoDB Atlas network container. | string | ` "192.168.1.0/24" ` |
99- | ` location ` | The location/region where the resources will be created. | string | ` "West US" ` |
100- | ` mongodbatlas_org_id ` | The organization ID for MongoDB Atlas. | string | ` "your-org-id" ` |
101- | ` azure_directory_id ` | The Azure directory ID. | string | ` "your-directory-id" ` |
102- | ` mongodbatlas_public_key ` | The public key for MongoDB Atlas. | string | ` "your-public-key" ` |
103- | ` mongodbatlas_private_key ` | The private key for MongoDB Atlas. | string | ` "your-private-key" ` |
92+ | Variable Name | Description | Type | Example Value |
93+ | --- | --- | --- | --- |
94+ | ` azure_subscription_id ` | The Azure subscription ID. | string | ` "your-subscription-id" ` |
95+ | ` resource_group_name ` | The name of the Azure resource group. | string | ` "your-resource-group" ` |
96+ | ` vnet_name ` | The name of the Azure virtual network. | string | ` "your-vnet-name" ` |
97+ | ` azure_vnet_cidr_block ` | The CIDR block for the Azure virtual network. | string | ` "10.1.0.0/16" ` |
98+ | ` atlas_cidr_block ` | The CIDR block for the MongoDB Atlas network container. | string | ` "192.168.1.0/24" ` |
99+ | ` location ` | The location/region where the resources will be created. | string | ` "West US" ` |
100+ | ` mongodbatlas_org_id ` | The organization ID for MongoDB Atlas. | string | ` "your-org-id" ` |
101+ | ` azure_directory_id ` | The Azure directory ID. | string | ` "your-directory-id" ` |
102+ | ` mongodbatlas_public_key ` | The public key for MongoDB Atlas. | string | ` "your-public-key" ` |
103+ | ` mongodbatlas_private_key ` | The private key for MongoDB Atlas. | string | ` "your-private-key" ` |
104104
105105> CIDR options example:
106106
107107| Azure Virtual Network CIDR Block Options | MongoDB Atlas Network Container CIDR Block Options |
108- | ------------------------------------------ | ---------------------------------------------------- |
109- | ` 10.2.0.0/16 ` | ` 192.168.2.0/24 ` |
110- | ` 10.3.0.0/16 ` | ` 192.168.3.0/24 ` |
111- | ` 10.4.0.0/16 ` | ` 192.168.4.0/24 ` |
112- | ` 10.5.0.0/16 ` | ` 192.168.5.0/24 ` |
113- | ` 10.6.0.0/16 ` | ` 192.168.6.0/24 ` |
108+ | --- | --- |
109+ | ` 10.2.0.0/16 ` | ` 192.168.2.0/24 ` |
110+ | ` 10.3.0.0/16 ` | ` 192.168.3.0/24 ` |
111+ | ` 10.4.0.0/16 ` | ` 192.168.4.0/24 ` |
112+ | ` 10.5.0.0/16 ` | ` 192.168.5.0/24 ` |
113+ | ` 10.6.0.0/16 ` | ` 192.168.6.0/24 ` |
114114
115115## How to create MongoDB Atlas public/private key
116116
0 commit comments