Skip to content
Snippets Groups Projects
variables.tf 1.59 KiB
Newer Older
variable "aws_access_key" {}
variable "aws_secret_key" {}
variable "aws_account_id" {
  type    = map(string)
  default = {
    Name = "test-tier"
    tier = "test"
  }
variable "private_subnets_filter" {
  type    = map(string)
  default = {
    Name = "test-private-*"
  }
  type    = map(string)
  default = {
    tier = "test"
    Name = "internal"
  }
  default = "265723766240.dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent"
}

# note that as per our licesning model each
# container would be an extran instance
variable "container_count" {
# https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html
# see Secure Agent resource requirements for these numbers.
  type    = map(string)
  default = {
    Name = "iics-agent-cluster"
    tier = "test"
  }