2fd69cb0a5
At some point we ignored the " in interpolations. We do this for HCL and it is correct but this is invalid JSON syntax and for JSON we've always had the stance that we have to escape them.
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"variable": {
|
|
"poc": {
|
|
"default": "${replace(\"europe-west\", \"-\", \" \")}"
|
|
}
|
|
}
|
|
}
|