blob: 5eac80653d6fe351fcd83fa7bd5b6654e508df77 [file] [log] [blame]
Riku Voipiocc7f42f2021-02-17 15:00:32 +02001variable "name" {
2 default = ""
3}
4
5variable "policy_file" {
6 default = ""
7}
8
9variable "resources" {
10 type = list
11 default = []
12}
13
14variable "actions" {
15 type = list
16 default = []
17}
18
19variable "effect" {
20 default = "Allow"
21}