Mastercard / terraform-provider-restapi

A terraform provider to manage objects in a RESTful API
Other
808 stars 217 forks source link

nested json #170

Closed wb529kq closed 2 years ago

wb529kq commented 2 years ago

in thedata = "{ \"tags\": \"\", \"\": \"\" }" syntax can i just use

data = "{ \"tags\": , \{\,"\key": \"value\" }}"

to nest the key value pairs ?

--data-raw '{ "tags": { "CostBudget": "200", "CostLocation": "Global", "CostOwner": "CCC", } }