{
  "version": "0.0.0",
  "artifacts": {
    "StackA": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://37736633/us-region-1",
      "properties": {
        "templateFile": "template.json"
      }
    },
    "StackB": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://1111/us-region-1",
      "properties": {
        "templateFile": "template.json"
      },
      "dependencies": [ "StackC", "StackD" ]
    },
    "StackC": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://1111/us-region-1",
      "properties": {
        "templateFile": "template.json"
      },
      "dependencies": [ "StackX" ]
    },
    "StackD": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://1111/us-region-1",
      "properties": {
        "templateFile": "template.json"
      }
    }
  }
}