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 }