14 lines
201 B
HCL
14 lines
201 B
HCL
variable "iam_name" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
|
|
variable "role_name" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
|
|
variable "arn" {
|
|
description = "value"
|
|
type = string
|
|
} |