variable "aws_profile" {
  type        = string
  description = "The name of the AWS profile as set in the shared credentials file."
  default     = "gdb-delphi-dev"
}

variable "aws_region_id" {
  type        = string
  description = "The id of the region in AWS"
  default     = "us-east-1"
}



variable "platform" {
  type = map(string)

  default = {
    name                = "Delphi"
    prefix              = "stage"
    environment         = "Staging"
    short_platform_name = "DLP"
  }
}

variable "snowflake_aws_account_id" {
  type        = string
  description = ""
}

variable "snowflake_aws_account_user" {
  type        = string
  description = ""
}

variable "snowflake_aws_external_id" {
  type        = string
  description = ""
}

variable "snowflake_apollo_aws_external_id" {
  type        = string
  description = ""
}

variable "snowflake_sqs_arn" {
  type        = string
  description = ""
}
