blob: a29680390e7309f41864a83a1de8c0fe2aa477a7 [file] [log] [blame]
variable "role_id" {
default = ""
}
variable "name" {
default = ""
}
variable "policy_file" {
default = ""
}
variable "resources" {
type = list
default = []
}
variable "actions" {
type = list
default = []
}
variable "effect" {
default = "Allow"
}