Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
magenx authored Sep 23, 2021
1 parent 479f817 commit 39b5513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ variable "asp" {
description = "Map Autoscaling Policy configuration values"
default = {
evaluation_periods = "2"
period = "300"
out_threshold = "80"
in_threshold = "25"
period = "300"
out_threshold = "80"
in_threshold = "25"
}
}

variable "s3" {
description = "S3 bucket names"
type = set(string)
default = ["media", "system"]
default = ["media", "system", "backup"]
}

variable "alb" {
Expand Down

0 comments on commit 39b5513

Please sign in to comment.