Skip to content

Commit

Permalink
Merge pull request #4 from hazelops/feature/fix-block
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
igorkotof authored Jan 13, 2022
2 parents d510d39 + a309664 commit e268410
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ variable "public" {

variable "app_secrets" {
type = list(any)
description = "List of SSM ParameterStore secret parameters - by default, /$var.env/$var.name/*"
default = []
}

variable "public_service" {
description = "It's publicity accessible service"
type = bool
default = false
}

description = "List of SSM ParameterStore secret parameters - by default, /$var.env/$var.name/*"
default = []
}

variable "ssm_secret_path" {
type = string
description = "AWS SSM root path to environment secrets of an app like /dev/app1"
Expand Down Expand Up @@ -443,7 +443,7 @@ variable "sns_service_subscription_endpoint_protocol" {
default = "email"
}

# The var.cpu & var.memory vars are valid only for FARGATE. EC2 instance type is used to set ECS EC2 specs
# The var.cpu & var.memory vars are valid only for FARGATE. EC2 instance type is used to set ECS EC2 specs
variable "cpu" {
type = number
default = 256
Expand Down

0 comments on commit e268410

Please sign in to comment.