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