Skip to content

Commit

Permalink
adds missing words and fixes consistency (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli authored Apr 6, 2021
1 parent dc1d416 commit acc4baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output "vnet_id" {
}

output "vnet_name" {
description = "The Name of the newly created vNet"
description = "The name of the newly created vNet"
value = azurerm_virtual_network.vnet.name
}

Expand All @@ -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 acc4baf

Please sign in to comment.