We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959390 commit 6464db4Copy full SHA for 6464db4
variables.tf
@@ -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
8
+ description = "(Required) The name of the role."
9
10
11
+variable "policy_arn" {
12
13
+ description = "(Required) The ARN of the policy you want to apply."
14
0 commit comments