sg, eks, iam 모듈추가
This commit is contained in:
8
modules/sg-rule-add/variables.tf
Normal file
8
modules/sg-rule-add/variables.tf
Normal file
@ -0,0 +1,8 @@
|
||||
variable "type" {
|
||||
description = "security rule type"
|
||||
type = string
|
||||
}
|
||||
variable "from_port" {
|
||||
description = "from port"
|
||||
type = number
|
||||
}
|
Reference in New Issue
Block a user