*Ho2 = How
I’m having problems getting the text and fill settings to do what I want.
The below code keeps creating the non-CF OU groups, when I would prefer them all to look that way. I’ve manually updated the CF OU for what I want, post import.

{
"title": "AWS Foundation diagrams",
"product": "lucidchart",
"version": 1,
"pages":
{
"id": "page1",
"title": "Account Structure",
"shapes": "
{
"id": "block1",
"type": "rectangle",
"boundingBox": {
"x": 16,
"y": 309,
"w": 320,
"h": 1100
},
"text": "<p style=\"font-size: 8pt;text-align: center;vertical-align: text-top;color: #5A6C86\">CF OU</p>",
"style": {
"stroke": {
"color": "#5A6C86",
"width": 4.0,
"style": "dashed"
},
"fill": {
"type": "color",
"color": "#00000000"
},
"rounding": 0
}
},
{
"id": "block2",
"type": "rectangle",
"boundingBox": {
"x": 395,
"y": 309,
"w": 680,
"h": 1100
},
"text": "<p style=\"font-size: 8pt;text-align: center;vertical-align: text-top;color: #5A6C86\">Core OU</p>",
"style": {
"stroke": {
"color": "#5A6C86",
"width": 4.0,
"style": "dashed"
},
"fill": {
"type": "color",
"color": "#00000000"
},
"rounding": 0
}
},
{
"id": "block3",
"type": "rectangle",
"boundingBox": {
"x": 1135,
"y": 309,
"w": 320,
"h": 1100
},
"text": "<p style=\"font-size: 8pt;text-align: center;vertical-align: text-top;color: #5A6C86\">Non-Core OU</p>",
"style": {
"stroke": {
"color": "#5A6C86",
"width": 4.0,
"style": "dashed"
},
"fill": {
"type": "color",
"color": "#00000000"
},
"rounding": 0
}
},
{
"id": "block4",
"type": "rectangle",
"boundingBox": {
"x": 1515,
"y": 309,
"w": 320,
"h": 525
},
"text": "<p style=\"font-size: 8pt;text-align: center;vertical-align: text-top;color: #5A6C86\">Playground OU</p>",
"style": {
"stroke": {
"color": "#5A6C86",
"width": 4.0,
"style": "dashed"
},
"fill": {
"type": "color",
"color": "#00000000"
},
"rounding": 0
}
},
{
"id": "block5",
"type": "rectangle",
"boundingBox": {
"x": 1515,
"y": 877,
"w": 320,
"h": 525
},
"text": "<p style=\"font-size: 8pt;text-align: center;vertical-align: text-top;color: #5A6C86\">Quarantine OU</p>",
"style": {
"stroke": {
"color": "#5A6C86",
"width": 4.0,
"style": "dashed"
},
"fill": {
"type": "color",
"color": "#00000000"
},
"rounding": 0
}
}
]
}
]
}