Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Commit f115868

Browse files
committed
.
1 parent aa69712 commit f115868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chef/resource_node.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@ func resourceChefNode() *schema.Resource {
3434
"automatic_attributes_json": {
3535
Type: schema.TypeString,
3636
Optional: true,
37-
StateFunc: jsonStateFunc,
3837
Default: "{}",
38+
StateFunc: jsonStateFunc,
3939
},
4040
"normal_attributes_json": {
4141
Type: schema.TypeString,
4242
Optional: true,
43-
StateFunc: jsonStateFunc,
4443
Default: "{}",
44+
StateFunc: jsonStateFunc,
4545
},
4646
"default_attributes_json": {
4747
Type: schema.TypeString,
4848
Optional: true,
49-
StateFunc: jsonStateFunc,
5049
Default: "{}",
50+
StateFunc: jsonStateFunc,
5151
},
5252
"override_attributes_json": {
5353
Type: schema.TypeString,
5454
Optional: true,
55-
StateFunc: jsonStateFunc,
5655
Default: "{}",
56+
StateFunc: jsonStateFunc,
5757
},
5858
"run_list": {
5959
Type: schema.TypeList,

0 commit comments

Comments
 (0)