Skip to content

Commit

Permalink
Merge pull request #18 from danellidesign/main
Browse files Browse the repository at this point in the history
Added address_prefixes to subnet output
  • Loading branch information
michaelamattes authored Aug 11, 2022
2 parents bf764e0 + 15c7e9c commit e766b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output "subnet" {
id = azurerm_subnet.subnet[subnet].id
name = azurerm_subnet.subnet[subnet].name
virtual_network_name = azurerm_subnet.subnet[subnet].virtual_network_name
address_prefixes = azurerm_subnet.subnet[subnet].address_prefixes
}
}
}
Expand Down

0 comments on commit e766b8c

Please sign in to comment.