variable "dev_role_arn" {
  type        = string
  description = "The ARN of a role in the dev account for the AWS provider to assume"
  default     = "arn:aws:iam::103233932089:role/admin"
}

variable "dev_role_session_name" {
  type        = string
  description = "The role session name for the AWS provider configuration. This should be set to your AWS username."
}
