variable "aws_region" {
  type        = string
  description = "AWS region"
  default     = "us-east-1"
}

variable "role_name" {
  type        = string
  description = "Name of the role"
  default     = "cross-account-neo4j-dns-update"
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "networking"
}

variable "application_family" {
  type        = string
  description = "Application family for the role"
  default     = "devops"
}
