Skip to content

Commit

Permalink
Merge pull request #9 from schubergphilis/outputs_change
Browse files Browse the repository at this point in the history
enhancement: Update outputs.tf
  • Loading branch information
Blankf authored Nov 27, 2024
2 parents 1b308fe + 1e6b780 commit 37ea22c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ No modules.
| <a name="output_name"></a> [name](#output\_name) | The name of the virtual network |
| <a name="output_private_dns_zone_list"></a> [private\_dns\_zone\_list](#output\_private\_dns\_zone\_list) | A map of private DNS zone names to their corresponding names and IDs |
| <a name="output_resource_group"></a> [resource\_group](#output\_resource\_group) | The resource group in which the virtual network is created |
| <a name="output_subnet_list"></a> [subnet\_list](#output\_subnet\_list) | A map of subnet names to their corresponding names and IDs |
| <a name="output_subnets"></a> [subnets](#output\_subnets) | A map of subnet names to their corresponding names and IDs |
| <a name="output_subnets_with_default_nsg"></a> [subnets\_with\_default\_nsg](#output\_subnets\_with\_default\_nsg) | n/a |
| <a name="output_subnets_with_nsg"></a> [subnets\_with\_nsg](#output\_subnets\_with\_nsg) | n/a |
| <a name="output_subnets_with_nsg_azure_default"></a> [subnets\_with\_nsg\_azure\_default](#output\_subnets\_with\_nsg\_azure\_default) | n/a |
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ output "id" {
value = azurerm_virtual_network.this.id
}

output "subnet_list" {
output "subnets" {
description = "A map of subnet names to their corresponding names and IDs"
value = {
for subnet in azurerm_subnet.this : subnet.name => {
Expand Down

0 comments on commit 37ea22c

Please sign in to comment.