Skip to content

Commit 2366bcc

Browse files
committed
fixed MD060 table errors
1 parent d66b002 commit 2366bcc

9 files changed

Lines changed: 71 additions & 71 deletions

File tree

0_core-infrastructure/azure-bastion/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ Last updated: 2025-03-12
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
34-
|-----------------------|--------------------------------------------------|--------|-----------------------|
33+
| Variable Name | Description | Type | Example Value |
34+
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the Bastion Host with. | string | `"my-resource-group"` |
36-
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
37-
| `vnet_name` | The name of the Virtual Network. | string | `"my-vnet"` |
38-
| `vnet_address_space` | The address space for the Virtual Network. | list(string) | `["10.0.0.0/16"]` |
39-
| `subnet_name` | The name of the Subnet. | string | `"my-subnet"` |
40-
| `subnet_address_prefixes` | The address prefixes for the Subnet. | list(string) | `["10.0.1.0/24"]` |
41-
| `public_ip_name` | The name of the Public IP. | string | `"my-public-ip"` |
42-
| `bastion_name` | The name of the Bastion Host. | string | `"my-bastion"` |
43-
| `bastion_dns_name` | The DNS name for the Bastion Host. | string | `"my-bastion-dns"` |
44-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
36+
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
37+
| `vnet_name` | The name of the Virtual Network. | string | `"my-vnet"` |
38+
| `vnet_address_space` | The address space for the Virtual Network. | list(string) | `["10.0.0.0/16"]` |
39+
| `subnet_name` | The name of the Subnet. | string | `"my-subnet"` |
40+
| `subnet_address_prefixes` | The address prefixes for the Subnet. | list(string) | `["10.0.1.0/24"]` |
41+
| `public_ip_name` | The name of the Public IP. | string | `"my-public-ip"` |
42+
| `bastion_name` | The name of the Bastion Host. | string | `"my-bastion"` |
43+
| `bastion_dns_name` | The DNS name for the Bastion Host. | string | `"my-bastion-dns"` |
44+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4545

4646
<!-- START BADGE -->
4747
<div align="center">

0_core-infrastructure/azure-dns/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Last updated: 2025-02-21
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
34-
|-----------------------|--------------------------------------------------|--------|-----------------------|
33+
| Variable Name | Description | Type | Example Value |
34+
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the DNS Zone with. | string | `"my-resource-group"` |
36-
| `dns_zone_name` | The name of the Azure DNS Zone to create. | string | `"example.com"` |
37-
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
38-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
36+
| `dns_zone_name` | The name of the Azure DNS Zone to create. | string | `"example.com"` |
37+
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
38+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4040

4141
<!-- START BADGE -->
4242
<div align="center">

0_core-infrastructure/network-security-group/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Last updated: 2025-02-21
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
34-
|-----------------------|--------------------------------------------------|--------|-----------------------|
33+
| Variable Name | Description | Type | Example Value |
34+
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the NSG with. | string | `"my-resource-group"` |
36-
| `nsg_name` | The name of the Azure Network Security Group to create. | string | `"my-nsg"` |
37-
| `location` | The Azure region where the NSG will be created. | string | `"East US"` |
38-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
36+
| `nsg_name` | The name of the Azure Network Security Group to create. | string | `"my-nsg"` |
37+
| `location` | The Azure region where the NSG will be created. | string | `"East US"` |
38+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
39+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4040

4141
<!-- START BADGE -->
4242
<div align="center">

0_core-infrastructure/public-ip/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Last updated: 2025-02-21
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
34-
|-----------------------|--------------------------------------------------|--------|-----------------------|
33+
| Variable Name | Description | Type | Example Value |
34+
| --- | --- | --- | --- |
3535
| `resource_group_name` | The name of the Azure Resource Group to associate the Public IP with. | string | `"my-resource-group"` |
36-
| `public_ip_name` | The name of the Azure Public IP to create. | string | `"my-public-ip"` |
37-
| `location` | The Azure region where the Public IP will be created. | string | `"East US"` |
38-
| `allocation_method` | The allocation method for the Public IP (Static or Dynamic). | string | `"Static"` |
39-
| `sku` | The SKU of the Public IP (Basic or Standard). | string | `"Basic"` |
40-
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
41-
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
36+
| `public_ip_name` | The name of the Azure Public IP to create. | string | `"my-public-ip"` |
37+
| `location` | The Azure region where the Public IP will be created. | string | `"East US"` |
38+
| `allocation_method` | The allocation method for the Public IP (Static or Dynamic). | string | `"Static"` |
39+
| `sku` | The SKU of the Public IP (Basic or Standard). | string | `"Basic"` |
40+
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
41+
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4242

4343
<!-- START BADGE -->
4444
<div align="center">

0_core-infrastructure/resource-group/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Last updated: 2025-02-21
2323

2424
Below is a list of variables used in this template, their expected values, types, and examples:
2525

26-
| Variable Name | Description | Type | Example Value |
27-
|---------------------|--------------------------------------------------|--------|-----------------------|
26+
| Variable Name | Description | Type | Example Value |
27+
| --- | --- | --- | --- |
2828
| `resource_group_name` | The name of the Azure Resource Group to create. | string | `"my-resource-group"` |
29-
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
30-
| `environment` | The environment for the Resource Group (e.g., dev, prod). | string | `"dev"` |
31-
| `enable_logging` | Whether to enable logging for the Resource Group. | bool | `true` |
32-
| `tags` | A map of tags to assign to the Resource Group. | map | `{ "env": "dev" }` |
29+
| `location` | The Azure region where the Resource Group will be created. | string | `"East US"` |
30+
| `environment` | The environment for the Resource Group (e.g., dev, prod). | string | `"dev"` |
31+
| `enable_logging` | Whether to enable logging for the Resource Group. | bool | `true` |
32+
| `tags` | A map of tags to assign to the Resource Group. | map | `{ "env": "dev" }` |
3333

3434
<!-- START BADGE -->
3535
<div align="center">

3_networking/load-balancer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Last updated: 2025-06-12
3131
> Below is a list of variables used in this template, their expected values, types, and examples:
3232
3333
| Variable Name | Description | Type | Example Value |
34-
|--------------|-------------|------|---------------|
34+
| --- | --- | --- | --- |
3535
| `subscription_id` | The Azure subscription ID | string | `"your-subscription-id"` |
3636
| `resource_group_name` | The name of the resource group | string | `"my-resource-group"` |
3737
| `location` | The Azure region to deploy resources | string | `"eastus"` |
@@ -63,7 +63,7 @@ terraform apply
6363
## Outputs
6464

6565
| Output Name | Description |
66-
|-------------|-------------|
66+
| --- | --- |
6767
| `load_balancer_id` | The ID of the Load Balancer |
6868
| `public_ip_address` | The public IP address of the Load Balancer |
6969
| `backend_pool_id` | The ID of the Backend Address Pool |

3_networking/traffic-manager/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Last updated: 2025-06-12
3030

3131
Below is a list of variables used in this template, their expected values, types, and examples:
3232

33-
| Variable Name | Description | Type | Example Value |
34-
|------------------------ |-------------------------------------------------------|--------------|----------------------|
35-
| `resource_group_name` | The name of the resource group | string | `"tm-resource-group"` |
36-
| `location` | The Azure region for the resource group | string | `"eastus"` |
37-
| `traffic_manager_name` | The name of the Traffic Manager profile | string | `"my-tm-profile"` |
38-
| `traffic_routing_method`| The traffic routing method (Performance, Priority, etc.) | string | `"Performance"` |
39-
| `dns_name` | The relative DNS name for the Traffic Manager profile | string | `"mytmprofile"` |
40-
| `ttl` | The DNS Time-To-Live (TTL) in seconds | number | `30` |
41-
| `monitor_protocol` | The protocol used for endpoint monitoring | string | `"HTTP"` |
42-
| `monitor_port` | The port used for endpoint monitoring | number | `80` |
43-
| `monitor_path` | The path used for endpoint monitoring | string | `"/"` |
33+
| Variable Name | Description | Type | Example Value |
34+
| --- | --- | --- | --- |
35+
| `resource_group_name` | The name of the resource group | string | `"tm-resource-group"` |
36+
| `location` | The Azure region for the resource group | string | `"eastus"` |
37+
| `traffic_manager_name` | The name of the Traffic Manager profile | string | `"my-tm-profile"` |
38+
| `traffic_routing_method` | The traffic routing method (Performance, Priority, etc.) | string | `"Performance"` |
39+
| `dns_name` | The relative DNS name for the Traffic Manager profile | string | `"mytmprofile"` |
40+
| `ttl` | The DNS Time-To-Live (TTL) in seconds | number | `30` |
41+
| `monitor_protocol` | The protocol used for endpoint monitoring | string | `"HTTP"` |
42+
| `monitor_port` | The port used for endpoint monitoring | number | `80` |
43+
| `monitor_path` | The path used for endpoint monitoring | string | `"/"` |
4444

4545
## Usage
4646

@@ -56,10 +56,10 @@ terraform apply
5656

5757
## Outputs
5858

59-
| Output Name | Description |
60-
|----------------------------|---------------------------------------------|
61-
| `traffic_manager_profile_id` | The ID of the Traffic Manager profile |
62-
| `traffic_manager_fqdn` | The FQDN of the Traffic Manager profile |
59+
| Output Name | Description |
60+
| --- | --- |
61+
| `traffic_manager_profile_id` | The ID of the Traffic Manager profile |
62+
| `traffic_manager_fqdn` | The FQDN of the Traffic Manager profile |
6363

6464
<!-- START BADGE -->
6565
<div align="center">

3_networking/vpn-gateway/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Last updated: 2025-06-13
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-vpngw-rg"` |
34-
| `location` | The Azure region to deploy resources | string | `"eastus"` |
35-
| `public_ip_name` | The name of the public IP address for the VPN Gateway | string | `"my-vpngw-pip"` |
36-
| `vpn_gateway_name` | The name of the VPN Gateway | string | `"my-vpngw"` |
37-
| `vpn_gateway_sku` | The SKU for the VPN Gateway | string | `"VpnGw1"` |
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-vpngw-rg"` |
34+
| `location` | The Azure region to deploy resources | string | `"eastus"` |
35+
| `public_ip_name` | The name of the public IP address for the VPN Gateway | string | `"my-vpngw-pip"` |
36+
| `vpn_gateway_name` | The name of the VPN Gateway | string | `"my-vpngw"` |
37+
| `vpn_gateway_sku` | The SKU for the VPN Gateway | string | `"VpnGw1"` |
3838

3939
## Usage
4040

@@ -50,10 +50,10 @@ terraform apply
5050

5151
## Outputs
5252

53-
| Output Name | Description |
54-
|-----------------------|---------------------------------------------|
55-
| `vpn_gateway_id` | The ID of the VPN Gateway |
56-
| `vpn_gateway_public_ip` | The public IP address of the VPN Gateway |
53+
| Output Name | Description |
54+
| --- | --- |
55+
| `vpn_gateway_id` | The ID of the VPN Gateway |
56+
| `vpn_gateway_public_ip` | The public IP address of the VPN Gateway |
5757

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ Last updated: 2026-02-03
109109

110110
## Versioning
111111

112-
| **Version** | **Description** |
113-
|---------------|---------------------------------------------------------------------------------|
114-
| [0.0.0](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0) | This is the initial version of the template, showcasing sample configurations. |
115-
| **0.1.0** | Added support for additional Azure services. |
116-
| **1.0.0** | First stable release with a comprehensive set of Azure resources. |
112+
| **Version** | **Description** |
113+
| --- | --- |
114+
| [0.0.0](https://github.com/MicrosoftCloudEssentials-LearningHub/AzureTerraformTemplates-v0.0.0) | This is the initial version of the template, showcasing sample configurations. |
115+
| **0.1.0** | Added support for additional Azure services. |
116+
| **1.0.0** | First stable release with a comprehensive set of Azure resources. |
117117

118118
## Overview
119119

0 commit comments

Comments
 (0)