-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I'm creating a projects.auto.tfvars file.
I used the following command to create an empty object
hcledit -f test.tf -u attribute append testing '{}'
This successfully creates
testing = {}
But now I'd like to create the following
testing = {
testing2 = {}
}
I tried this with the following command but get no output
hcledit -f test.tf -u attribute append testing.testing2 '{}'
Am I possibly just doing something wrong or is this a feature you'd need to implement into the code?
lrstanley, betweenclouds, jtdossett, stv-io, rustycl0ck and 5 more
Metadata
Metadata
Assignees
Labels
No labels