eks-cluster 작업

This commit is contained in:
2022-12-28 23:26:21 +09:00
parent 6fab570c69
commit ee0d78b284
8 changed files with 53 additions and 17 deletions

View File

@ -0,0 +1,14 @@
variable "name" {
type = string
}
variable "iam_role_arn" {
type = string
}
variable "sg_list" {
type = list(string)
}
variable "subnet_list" {
type = list(string)
}