Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Fixed typo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
transient1 committed Dec 22, 2021
1 parent 348113f commit 25adc82
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions virtual_network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ variable "network_cidr_suffix" {
type = number
default = 8
description = "The cidr block size for the network"
}

variable "security_group" {
type = string
default = ""
description = "Network security group associated with the subnet"
}
variable "security_group" {
type = string
default = ""
description = "Network security group associated with the subnet"
}


variable "subnets" {
type = list(object({
name = string
Expand Down

0 comments on commit 25adc82

Please sign in to comment.