by shigemk2

当面は技術的なことしか書かない

jsonencode

terraform consoleで試せる

特筆することはない 以下の通り

> jsonencode({"hello"="world"})
{"hello":"world"}
> jsonencode({"hello"=30})
{"hello":30}

developer.hashicorp.com