Skip to content

Commit 51bb6bf

Browse files
committed
4 chore: prod 의존성 주입을 위한 최소한의 파일 생성
1 parent 8feac69 commit 51bb6bf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

component/prod/main.tf

Whitespace-only changes.

component/prod/variables.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
variable "vpc_id" {
2+
type = string
3+
description = "VPC ID"
4+
}
5+
6+
variable "public_subnet_ids" {
7+
type = list(string)
8+
description = "Public subnet IDs"
9+
}

0 commit comments

Comments
 (0)