feat(module): initial import
This commit is contained in:
commit
336e7703d6
8 changed files with 400 additions and 0 deletions
12
variables.tf
Normal file
12
variables.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
variable "name" {
|
||||
description = "The IAM role's name."
|
||||
nullable = false
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "policy_statements" {
|
||||
default = "[]"
|
||||
description = "A JSON encoded list of AWS policy statements."
|
||||
nullable = false
|
||||
type = string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue