mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: better support of test_cluster variable
This commit is contained in:
committed by
Pierre Mavro
parent
5e83eb794e
commit
ec51ca2a09
@@ -25,7 +25,7 @@ variable "vpc_cidr_block" {
|
||||
|
||||
variable "test_cluster" {
|
||||
description = "Is this a test cluster?"
|
||||
default = "{% if test_cluster %}true{% else %}false{% endif %}"
|
||||
default = "{{ test_cluster }}"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user