Skip to content
Snippets Groups Projects
variables.tf 1.71 KiB
Newer Older
variable "aws_shared_cred_file" {}
variable "aws_profile" {
  default = "default"
  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"
  }
# see git tagging in .gitlab-ci.yml for image name.
  description = "Secure Agent image name publish by .gitlab-ci.yml."
  description = "Container name for Secure Agent image."
}

# 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.
  # 1 vCPU = 1024 CPU units
  default = "4096"
  type    = map(string)
  default = {
    Name = "iics-agent-cluster"
    tier = "test"
  }
variable "informatica_username" {}
variable "informatica_password" {}