Skip to content

Commit

Permalink
Fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Dec 7, 2024
1 parent 4bad6f2 commit 847bd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "public_subnet" {
description = "생성할 public subnet. key는 subnet 이름에 postfix로 사용됩니다."
type = map(object({
az = string
cidir_block = string
cidr_block = string
}))
default = {}
}
Expand All @@ -39,7 +39,7 @@ variable "private_subnet" {
description = "생성할 private subnet. key는 subnet 이름에 postfix로 사용됩니다."
type = map(object({
az = string
cidir_block = string
cidr_block = string
}))
default = {}
}

0 comments on commit 847bd62

Please sign in to comment.