deploy-with-circleci-jira-ecr-ecs-s3-LB / terraform / variables.tf
variables.tf
Raw
variable "aws_account_id" {}
variable "aws_region" {
  description = "A region supported by the Fargate launch type"
}
variable "aws_resource_prefix" {
  description = "Prefix to be used in the naming of some of the created AWS resources e.g. fastapi-backend"
}