variable "environment" {
  description = "Name of the environment, e.g. dev, qa, prod"
  default     = "prod"
}

variable "service_name" {
  description = "service name"
  default     = "fluentd-applications"
}

variable "chef_server" {
  description = "FQDN of chef server"
  default     = "chef04.theorchard.local"
}

variable "fluentd_stack_name" {
  description = "Name of fluentd stack"
  default     = "fluentd-applications"
}

variable "vpc_id" {
  description = "VPC ID in which resources will be provisioned"
  default     = "vpc-7f0e841a"
}
