Skip to content

Commit 39b5513

Browse files
authored
Update variables.tf
1 parent 479f817 commit 39b5513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ variable "asp" {
117117
description = "Map Autoscaling Policy configuration values"
118118
default = {
119119
evaluation_periods = "2"
120-
period = "300"
121-
out_threshold = "80"
122-
in_threshold = "25"
120+
period = "300"
121+
out_threshold = "80"
122+
in_threshold = "25"
123123
}
124124
}
125125

126126
variable "s3" {
127127
description = "S3 bucket names"
128128
type = set(string)
129-
default = ["media", "system"]
129+
default = ["media", "system", "backup"]
130130
}
131131

132132
variable "alb" {

0 commit comments

Comments
 (0)