{
  "version": "0.0.0",
  "artifacts": {
    "MyStackName": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://37736633/us-region-1",
      "properties": {
        "templateFile": "template.json"
      }
    },
    "MyStackName1234": {
      "type": "aws:cloudformation:stack",
      "environment": "aws://1111/us-region-1",
      "properties": {
        "templateFile": "template.2.json"
      }
    }
  }
}