Skip to content

Commit

Permalink
Terraform FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Oct 11, 2023
1 parent d744742 commit dbb61ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/environment/region/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

variable "actor_loadbalancer_security_group_id" {
description = "The ID of the ALB security group for actor service."
type = string
type = string
}

variable "admin_cognito_user_pool_domain_name" {
Expand All @@ -18,7 +18,7 @@ variable "admin_container_version" {

variable "admin_loadbalancer_security_group_id" {
description = "The ID of the ALB security group for admin service."
type = string
type = string
}

variable "alb_tg_arns" {
Expand All @@ -31,7 +31,7 @@ variable "alb_tg_arns" {

variable "application_logs_name" {
description = "The name of the CloudWatch Logs group to send application logs to."
type = string
type = string
}

variable "autoscaling" {
Expand All @@ -58,7 +58,7 @@ variable "capacity_provider" {

variable "cognito_user_pool_id" {
description = "The Cognito User Pool ID to use for authentication to the admin interface."
type = string
type = string
}

variable "container_version" {
Expand Down Expand Up @@ -104,7 +104,7 @@ variable "ecs_task_roles" {

variable "environment_name" {
description = "The name of the environment"
type = string
type = string
}

variable "feature_flags" {
Expand Down Expand Up @@ -185,5 +185,5 @@ variable "sirius_account_id" {

variable "viewer_loadbalancer_security_group_id" {
description = "The ID of the ALB security group for viewer service."
type = string
type = string
}

0 comments on commit dbb61ee

Please sign in to comment.