eks-cluster 작업
This commit is contained in:
14
modules/eks-cluster/valiables.tf
Normal file
14
modules/eks-cluster/valiables.tf
Normal 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)
|
||||
|
||||
}
|
Reference in New Issue
Block a user