Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix: update typo in description of vnet_subnets output
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparkers authored and lonegunmanb committed Apr 14, 2022
1 parent 918c3d6 commit 5edc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ output "vnet_address_space" {
}

output "vnet_subnets" {
description = "The ids of subnets created inside the newl vNet"
description = "The ids of subnets created inside the newly created vNet"
value = azurerm_subnet.subnet.*.id
}

0 comments on commit 5edc0cf

Please sign in to comment.