Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fa4d5 commit 45e1806Copy full SHA for 45e1806
main.tf
@@ -67,7 +67,7 @@ variable "ecs_instance_type" {
67
68
variable "ecs_instance_ebs_optimized" {
69
description = "ebs optimize or not cluster instances"
70
- default = "true"
+ default = true
71
}
72
73
variable "ecs_min_size" {
0 commit comments