sg, eks, iam 모듈추가
This commit is contained in:
14
modules/iam/variables.tf
Normal file
14
modules/iam/variables.tf
Normal file
@ -0,0 +1,14 @@
|
||||
variable "iam_name" {
|
||||
description = "value"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "policy" {
|
||||
description = "value"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "tag_name" {
|
||||
description = "value"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user