variable "name_prefix" {
  type        = string
  description = "Prefix which will be applied to the names of resources."
}

variable "name" {
  type        = string
  description = "Name of the role"
  default     = "nwaa_execution_policy"
}

variable "path" {
  type        = string
  description = "Path for policy in IAM, default is /"
  default     = "/"
}

variable "account_id" {
  type = string
}

variable "reqion" {
  type    = string
  default = "us-east-1"
}

variable "environment_name" {
  type = string
}

variable "config_bucket_name" {
  type = string
}
