variable "team_name" {
  type    = string
  default = "devops"
}

variable "environment" {
  description = "The environment to configure redlock/prisma for"
  default     = "shared"
}

variable "service_name" {
  description = "Name of service"
  default     = "prisma"
}

variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "orcd"
}

variable "application_family" {
  default = "security-tools"
}

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

variable "redlock_account_id_arn" {
  description = "The ARN of the redlock account ID"
  default     = "arn:aws:iam::188619942792:root"
}

variable "cloudtrail_s3_bucket_prefix" {
  description = "The S3 bucket prefix for CloudTrail logs"
  default     = "redlock"
}
