Skip to content

Commit ef8324b

Browse files
committed
table-column-style
1 parent d678910 commit ef8324b

5 files changed

Lines changed: 60 additions & 60 deletions

File tree

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@ Last updated: 2026-02-03
8989

9090
Below 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

3_networking/cdn/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Last updated: 2026-02-03
2424

2525
## Variables
2626

27-
| Variable Name | Description | Type | Example Value |
28-
|---------------------- |--------------------------------------------------|--------|-----------------------------|
29-
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
30-
| `resource_group_name` | The name of the resource group | string | `"RG-cdn-test"` |
31-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
32-
| `cdn_profile_name` | The name of the CDN profile | string | `"mycdnprofile"` |
33-
| `cdn_sku` | The SKU for the CDN profile | string | `"Standard_Microsoft"` |
34-
| `cdn_endpoint_name` | The name of the CDN endpoint | string | `"mycdnendpoint"` |
35-
| `origin_host` | The hostname of the origin server | string | `"myorigin.example.com"` |
36-
| `tags` | A map of tags to assign to resources | map | `{ Environment = "CDN", Owner = "IT" }` |
27+
| Variable Name | Description | Type | Example Value |
28+
| --- | --- | --- | --- |
29+
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
30+
| `resource_group_name` | The name of the resource group | string | `"RG-cdn-test"` |
31+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
32+
| `cdn_profile_name` | The name of the CDN profile | string | `"mycdnprofile"` |
33+
| `cdn_sku` | The SKU for the CDN profile | string | `"Standard_Microsoft"` |
34+
| `cdn_endpoint_name` | The name of the CDN endpoint | string | `"mycdnendpoint"` |
35+
| `origin_host` | The hostname of the origin server | string | `"myorigin.example.com"` |
36+
| `tags` | A map of tags to assign to resources | map | `{ Environment = "CDN", Owner = "IT" }` |
3737

3838
## Usage
3939

3_networking/expressroute/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ Last updated: 2025-06-12
2727

2828
## Variables
2929

30-
| Variable Name | Description | Type | Example Value |
31-
|------------------------ |--------------------------------------------------|--------|-----------------------------|
32-
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
33-
| `resource_group_name` | The name of the resource group | string | `"my-expressroute-rg"` |
34-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
35-
| `expressroute_name` | The name of the ExpressRoute circuit | string | `"my-expressroute"` |
36-
| `service_provider_name` | The name of the ExpressRoute service provider | string | `"Equinix"` |
37-
| `peering_location` | The peering location for the ExpressRoute circuit| string | `"Silicon Valley"` |
38-
| `bandwidth_in_mbps` | The bandwidth in Mbps for the circuit | number | `200` |
39-
| `sku_tier` | The SKU tier for ExpressRoute | string | `"Standard"` |
40-
| `sku_family` | The SKU family for ExpressRoute | string | `"MeteredData"` |
30+
| Variable Name | Description | Type | Example Value |
31+
| --- | --- | --- | --- |
32+
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
33+
| `resource_group_name` | The name of the resource group | string | `"my-expressroute-rg"` |
34+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
35+
| `expressroute_name` | The name of the ExpressRoute circuit | string | `"my-expressroute"` |
36+
| `service_provider_name` | The name of the ExpressRoute service provider | string | `"Equinix"` |
37+
| `peering_location` | The peering location for the ExpressRoute circuit | string | `"Silicon Valley"` |
38+
| `bandwidth_in_mbps` | The bandwidth in Mbps for the circuit | number | `200` |
39+
| `sku_tier` | The SKU tier for ExpressRoute | string | `"Standard"` |
40+
| `sku_family` | The SKU family for ExpressRoute | string | `"MeteredData"` |
4141

4242
## Usage
4343

3_networking/firewall/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Last updated: 2026-02-03
2727

2828
## Variables
2929

30-
| Variable Name | Description | Type | Example Value |
31-
|---------------------- |--------------------------------------------------|--------|-----------------------------|
32-
| `resource_group_name` | The name of the resource group | string | `"my-firewall-rg"` |
33-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
34-
| `firewall_name` | The name of the Azure Firewall | string | `"my-azfw"` |
35-
| `public_ip_name` | The name of the public IP address for the firewall | string | `"my-azfw-pip"` |
36-
| `subnet_id` | The ID of the subnet for the Azure Firewall | string | `".../subnets/AzureFirewallSubnet"` |
30+
| Variable Name | Description | Type | Example Value |
31+
| --- | --- | --- | --- |
32+
| `resource_group_name` | The name of the resource group | string | `"my-firewall-rg"` |
33+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
34+
| `firewall_name` | The name of the Azure Firewall | string | `"my-azfw"` |
35+
| `public_ip_name` | The name of the public IP address for the firewall | string | `"my-azfw-pip"` |
36+
| `subnet_id` | The ID of the subnet for the Azure Firewall | string | `".../subnets/AzureFirewallSubnet"` |
3737

3838
## Usage
3939

@@ -49,10 +49,10 @@ terraform apply
4949

5050
## Outputs
5151

52-
| Output Name | Description |
53-
|---------------------|---------------------------------------------|
54-
| `firewall_id` | The ID of the Azure Firewall |
55-
| `firewall_public_ip`| The public IP address of the Azure Firewall |
52+
| Output Name | Description |
53+
| --- | --- |
54+
| `firewall_id` | The ID of the Azure Firewall |
55+
| `firewall_public_ip` | The public IP address of the Azure Firewall |
5656

5757
<!-- START BADGE -->
5858
<div align="center">

3_networking/front-door/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Last updated: 2025-06-12
2929

3030
> Below is a list of variables used in this template, their expected values, types, and examples:
3131
32-
| Variable Name | Description | Type | Example Value |
33-
|---------------------- |--------------------------------------------------|--------|-----------------------------|
34-
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
35-
| `resource_group_name` | The name of the resource group | string | `"my-frontdoor-rg"` |
36-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
37-
| `front_door_name` | The name of the Azure Front Door profile | string | `"myfrontdoorprofile"` |
38-
| `backend_host` | The backend host (FQDN or IP) for Front Door | string | `"mybackend.example.com"` |
32+
| Variable Name | Description | Type | Example Value |
33+
| --- | --- | --- | --- |
34+
| `subscription_id` | The Azure subscription ID | string | `"00000000-0000-0000-0000-000000000000"` |
35+
| `resource_group_name` | The name of the resource group | string | `"my-frontdoor-rg"` |
36+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
37+
| `front_door_name` | The name of the Azure Front Door profile | string | `"myfrontdoorprofile"` |
38+
| `backend_host` | The backend host (FQDN or IP) for Front Door | string | `"mybackend.example.com"` |
3939

4040
## Usage
4141

@@ -51,9 +51,9 @@ terraform apply
5151

5252
## Outputs
5353

54-
| Output Name | Description |
55-
|------------------------------|---------------------------------------------|
56-
| `front_door_id` | The ID of the Front Door profile |
54+
| Output Name | Description |
55+
| --- | --- |
56+
| `front_door_id` | The ID of the Front Door profile |
5757
| `front_door_frontend_endpoint` | The frontend endpoint hostname of Front Door |
5858

5959
<!-- START BADGE -->

0 commit comments

Comments
 (0)