Skip to content

Commit 6464db4

Browse files
committed
Create variables
1 parent 3959390 commit 6464db4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

variables.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
variable "attacker_account_id" {
2+
type = string
3+
description = "(Required) The arn of IAM user or IAM role"
4+
}
5+
6+
variable "role_name" {
7+
type = string
8+
description = "(Required) The name of the role."
9+
}
10+
11+
variable "policy_arn" {
12+
type = string
13+
description = "(Required) The ARN of the policy you want to apply."
14+
}

0 commit comments

Comments
 (0)