Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "utils",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "cockroachdb",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 36,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "crdb",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 7,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "cfg",
             span: Span {
              start: Position {
               line: 7,
               column: 10,
              },
              end: Position {
               line: 7,
               column: 13,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "package",
              span: Span {
               start: Position {
                line: 7,
                column: 14,
               },
               end: Position {
                line: 7,
                column: 21,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "startupCommand",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 17,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "utils",
               span: Span {
                start: Position {
                 line: 9,
                 column: 20,
                },
                end: Position {
                 line: 9,
                 column: 25,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "escapeSystemdExecArgs",
                span: Span {
                 start: Position {
                  line: 9,
                  column: 26,
                 },
                 end: Position {
                  line: 9,
                  column: 47,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            BinaryOperation(
             BinaryOperation {
              left: List(
               List {
                elements: [
                 String(
                  String_ {
                   parts: [
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "crdb",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 10,
                         },
                         end: Position {
                          line: 12,
                          column: 14,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/bin/cockroach",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 8,
                       },
                       end: Position {
                        line: 12,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 7,
                    },
                    end: Position {
                     line: 12,
                     column: 30,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "start",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 8,
                       },
                       end: Position {
                        line: 13,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 7,
                    },
                    end: Position {
                     line: 13,
                     column: 14,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--logtostderr",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 8,
                       },
                       end: Position {
                        line: 14,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 7,
                    },
                    end: Position {
                     line: 14,
                     column: 22,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--store=/var/lib/cockroachdb",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 8,
                       },
                       end: Position {
                        line: 15,
                        column: 36,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 7,
                    },
                    end: Position {
                     line: 15,
                     column: 37,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--http-addr=",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 8,
                       },
                       end: Position {
                        line: 18,
                        column: 39,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 22,
                           },
                           end: Position {
                            line: 18,
                            column: 25,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "http",
                           span: Span {
                            start: Position {
                             line: 18,
                             column: 26,
                            },
                            end: Position {
                             line: 18,
                             column: 30,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "address",
                           span: Span {
                            start: Position {
                             line: 18,
                             column: 31,
                            },
                            end: Position {
                             line: 18,
                             column: 38,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: ":",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 8,
                       },
                       end: Position {
                        line: 18,
                        column: 40,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 42,
                           },
                           end: Position {
                            line: 18,
                            column: 50,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 51,
                              },
                              end: Position {
                               line: 18,
                               column: 54,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "http",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 55,
                               },
                               end: Position {
                                line: 18,
                                column: 59,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 60,
                               },
                               end: Position {
                                line: 18,
                                column: 64,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 7,
                    },
                    end: Position {
                     line: 18,
                     column: 66,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--listen-addr=",
                      span: Span {
                       start: Position {
                        line: 21,
                        column: 8,
                       },
                       end: Position {
                        line: 21,
                        column: 43,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 24,
                           },
                           end: Position {
                            line: 21,
                            column: 27,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "listen",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 28,
                            },
                            end: Position {
                             line: 21,
                             column: 34,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "address",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 35,
                            },
                            end: Position {
                             line: 21,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: ":",
                      span: Span {
                       start: Position {
                        line: 21,
                        column: 8,
                       },
                       end: Position {
                        line: 21,
                        column: 44,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 46,
                           },
                           end: Position {
                            line: 21,
                            column: 54,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 55,
                              },
                              end: Position {
                               line: 21,
                               column: 58,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "listen",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 59,
                               },
                               end: Position {
                                line: 21,
                                column: 65,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 66,
                               },
                               end: Position {
                                line: 21,
                                column: 70,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 21,
                     column: 7,
                    },
                    end: Position {
                     line: 21,
                     column: 72,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--cache=",
                      span: Span {
                       start: Position {
                        line: 24,
                        column: 8,
                       },
                       end: Position {
                        line: 24,
                        column: 28,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 18,
                           },
                           end: Position {
                            line: 24,
                            column: 21,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "cache",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 22,
                            },
                            end: Position {
                             line: 24,
                             column: 27,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 7,
                    },
                    end: Position {
                     line: 24,
                     column: 29,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "--max-sql-memory=",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 8,
                       },
                       end: Position {
                        line: 25,
                        column: 44,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 27,
                           },
                           end: Position {
                            line: 25,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "maxSqlMemory",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 31,
                            },
                            end: Position {
                             line: 25,
                             column: 43,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 25,
                     column: 7,
                    },
                    end: Position {
                     line: 25,
                     column: 45,
                    },
                   },
                  },
                 ),
                 IfThenElse(
                  IfThenElse {
                   predicate: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 28,
                         column: 11,
                        },
                        end: Position {
                         line: 28,
                         column: 14,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "insecure",
                        span: Span {
                         start: Position {
                          line: 28,
                          column: 15,
                         },
                         end: Position {
                          line: 28,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   then: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "--insecure",
                        span: Span {
                         start: Position {
                          line: 28,
                          column: 30,
                         },
                         end: Position {
                          line: 28,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 29,
                      },
                      end: Position {
                       line: 28,
                       column: 41,
                      },
                     },
                    },
                   ),
                   else_: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "--certs-dir=",
                        span: Span {
                         start: Position {
                          line: 28,
                          column: 48,
                         },
                         end: Position {
                          line: 28,
                          column: 75,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 28,
                              column: 62,
                             },
                             end: Position {
                              line: 28,
                              column: 65,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "certsDir",
                             span: Span {
                              start: Position {
                               line: 28,
                               column: 66,
                              },
                              end: Position {
                               line: 28,
                               column: 74,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 47,
                      },
                      end: Position {
                       line: 28,
                       column: 76,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 8,
                    },
                    end: Position {
                     line: 28,
                     column: 76,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 10,
                  column: 6,
                 },
                 end: Position {
                  line: 29,
                  column: 6,
                 },
                },
               },
              ),
              operator: Concatenation,
              right: BinaryOperation(
               BinaryOperation {
                left: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 30,
                        column: 8,
                       },
                       end: Position {
                        line: 30,
                        column: 11,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "optional",
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 12,
                        },
                        end: Position {
                         line: 30,
                         column: 20,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 22,
                          },
                          end: Position {
                           line: 30,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "join",
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 26,
                           },
                           end: Position {
                            line: 30,
                            column: 30,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 34,
                        },
                        end: Position {
                         line: 30,
                         column: 38,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "--join=",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 41,
                         },
                         end: Position {
                          line: 30,
                          column: 59,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 30,
                              column: 50,
                             },
                             end: Position {
                              line: 30,
                              column: 53,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "join",
                             span: Span {
                              start: Position {
                               line: 30,
                               column: 54,
                              },
                              end: Position {
                               line: 30,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 40,
                      },
                      end: Position {
                       line: 30,
                       column: 60,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
                operator: Concatenation,
                right: BinaryOperation(
                 BinaryOperation {
                  left: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "lib",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 8,
                         },
                         end: Position {
                          line: 31,
                          column: 11,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "optional",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 12,
                          },
                          end: Position {
                           line: 31,
                           column: 20,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 31,
                             column: 22,
                            },
                            end: Position {
                             line: 31,
                             column: 25,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "locality",
                            span: Span {
                             start: Position {
                              line: 31,
                              column: 26,
                             },
                             end: Position {
                              line: 31,
                              column: 34,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 38,
                          },
                          end: Position {
                           line: 31,
                           column: 42,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "--locality=",
                          span: Span {
                           start: Position {
                            line: 31,
                            column: 45,
                           },
                           end: Position {
                            line: 31,
                            column: 71,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 31,
                                column: 58,
                               },
                               end: Position {
                                line: 31,
                                column: 61,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "locality",
                               span: Span {
                                start: Position {
                                 line: 31,
                                 column: 62,
                                },
                                end: Position {
                                 line: 31,
                                 column: 70,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 31,
                         column: 44,
                        },
                        end: Position {
                         line: 31,
                         column: 72,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  operator: Concatenation,
                  right: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 8,
                       },
                       end: Position {
                        line: 32,
                        column: 11,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "extraArgs",
                       span: Span {
                        start: Position {
                         line: 32,
                         column: 12,
                        },
                        end: Position {
                         line: 32,
                         column: 21,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                 },
                ),
               },
              ),
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "addressOption",
            span: Span {
             start: Position {
              line: 34,
              column: 3,
             },
             end: Position {
              line: 34,
              column: 16,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "descr",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "defaultPort",
              },
             ),
             body: Map(
              Map {
               recursive: false,
               bindings: [
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "address",
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 5,
                      },
                      end: Position {
                       line: 35,
                       column: 12,
                      },
                     },
                    },
                   ),
                  ],
                  to: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkOption",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 15,
                       },
                       end: Position {
                        line: 35,
                        column: 23,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 36,
                               column: 7,
                              },
                              end: Position {
                               line: 36,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                          to: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 36,
                                column: 14,
                               },
                               end: Position {
                                line: 36,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "str",
                               span: Span {
                                start: Position {
                                 line: 36,
                                 column: 20,
                                },
                                end: Position {
                                 line: 36,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "default",
                             span: Span {
                              start: Position {
                               line: 37,
                               column: 7,
                              },
                              end: Position {
                               line: 37,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "localhost",
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 18,
                                },
                                end: Position {
                                 line: 37,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 37,
                              column: 17,
                             },
                             end: Position {
                              line: 37,
                              column: 28,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "description",
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 7,
                              },
                              end: Position {
                               line: 38,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "mdDoc",
                                 span: Span {
                                  start: Position {
                                   line: 38,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 38,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Address to bind to for ",
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "descr",
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 57,
                                     },
                                     end: Position {
                                      line: 38,
                                      column: 62,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 38,
                                 column: 31,
                                },
                                end: Position {
                                 line: 38,
                                 column: 64,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 35,
                         column: 24,
                        },
                        end: Position {
                         line: 39,
                         column: 6,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "port",
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 5,
                      },
                      end: Position {
                       line: 41,
                       column: 9,
                      },
                     },
                    },
                   ),
                  ],
                  to: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkOption",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 12,
                       },
                       end: Position {
                        line: 41,
                        column: 20,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 7,
                              },
                              end: Position {
                               line: 42,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                          to: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 42,
                                column: 14,
                               },
                               end: Position {
                                line: 42,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "port",
                               span: Span {
                                start: Position {
                                 line: 42,
                                 column: 20,
                                },
                                end: Position {
                                 line: 42,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "default",
                             span: Span {
                              start: Position {
                               line: 43,
                               column: 7,
                              },
                              end: Position {
                               line: 43,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: Identifier(
                           Identifier {
                            id: "defaultPort",
                            span: Span {
                             start: Position {
                              line: 43,
                              column: 17,
                             },
                             end: Position {
                              line: 43,
                              column: 28,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "description",
                             span: Span {
                              start: Position {
                               line: 44,
                               column: 7,
                              },
                              end: Position {
                               line: 44,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 44,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 44,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "mdDoc",
                                 span: Span {
                                  start: Position {
                                   line: 44,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 44,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Port to bind to for ",
                                  span: Span {
                                   start: Position {
                                    line: 44,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 44,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "descr",
                                    span: Span {
                                     start: Position {
                                      line: 44,
                                      column: 54,
                                     },
                                     end: Position {
                                      line: 44,
                                      column: 59,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 44,
                                 column: 31,
                                },
                                end: Position {
                                 line: 44,
                                 column: 61,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 41,
                         column: 21,
                        },
                        end: Position {
                         line: 45,
                         column: 6,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 34,
                 column: 39,
                },
                end: Position {
                 line: 46,
                 column: 4,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 34,
               column: 26,
              },
              end: Position {
               line: 46,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 34,
             column: 19,
            },
            end: Position {
             line: 46,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 50,
                column: 3,
               },
               end: Position {
                line: 50,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 51,
                     column: 5,
                    },
                    end: Position {
                     line: 51,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "cockroachdb",
                   span: Span {
                    start: Position {
                     line: 51,
                     column: 14,
                    },
                    end: Position {
                     line: 51,
                     column: 25,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 7,
                         },
                         end: Position {
                          line: 52,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 52,
                           column: 16,
                          },
                          end: Position {
                           line: 52,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 52,
                                column: 32,
                               },
                               end: Position {
                                line: 52,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 36,
                                },
                                end: Position {
                                 line: 52,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "CockroachDB Server",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 42,
                              },
                              end: Position {
                               line: 52,
                               column: 62,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "listen",
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 7,
                         },
                         end: Position {
                          line: 54,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "addressOption",
                         span: Span {
                          start: Position {
                           line: 54,
                           column: 16,
                          },
                          end: Position {
                           line: 54,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "intra-cluster communication",
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 31,
                              },
                              end: Position {
                               line: 54,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 30,
                           },
                           end: Position {
                            line: 54,
                            column: 59,
                           },
                          },
                         },
                        ),
                        Integer(
                         Integer {
                          value: "26257",
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 60,
                           },
                           end: Position {
                            line: 54,
                            column: 65,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "http",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "addressOption",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 14,
                          },
                          end: Position {
                           line: 56,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "http-based Admin UI",
                             span: Span {
                              start: Position {
                               line: 56,
                               column: 29,
                              },
                              end: Position {
                               line: 56,
                               column: 48,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 28,
                           },
                           end: Position {
                            line: 56,
                            column: 49,
                           },
                          },
                         },
                        ),
                        Integer(
                         Integer {
                          value: "8080",
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 50,
                           },
                           end: Position {
                            line: 56,
                            column: 54,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "locality",
                        span: Span {
                         start: Position {
                          line: 58,
                          column: 7,
                         },
                         end: Position {
                          line: 58,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 58,
                           column: 18,
                          },
                          end: Position {
                           line: 58,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 59,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 59,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 60,
                                 column: 19,
                                },
                                end: Position {
                                 line: 60,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 61,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 61,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 61,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 61,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "An ordered, comma-separated list of key-value pairs that describe the\ntopography of the machine. Topography might include country,\ndatacenter or rack designations. Data is automatically replicated to\nmaximize diversities of each tier. The order of tiers is used to\ndetermine the priority of the diversity, so the more inclusive\nlocalities like country should come before less inclusive localities\nlike datacenter.  The tiers and order must be the same on all nodes.\nIncluding more tiers is better than including fewer. For example:\n\n```\n    country=us,region=us-west,datacenter=us-west-1b,rack=12\n    country=ca,region=ca-east,datacenter=ca-east-2,rack=4\n\n    planet=earth,province=manitoba,colo=secondary,power=3\n```\n",
                                     span: Span {
                                      start: Position {
                                       line: 62,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 77,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 58,
                            column: 27,
                           },
                           end: Position {
                            line: 78,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "join",
                        span: Span {
                         start: Position {
                          line: 80,
                          column: 7,
                         },
                         end: Position {
                          line: 80,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 80,
                           column: 14,
                          },
                          end: Position {
                           line: 80,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 81,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 81,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 81,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 81,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 81,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 81,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 81,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 81,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 82,
                                 column: 19,
                                },
                                end: Position {
                                 line: 82,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 83,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 83,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The addresses for connecting the node to a cluster.",
                                     span: Span {
                                      start: Position {
                                       line: 83,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 83,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 83,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 80,
                            column: 23,
                           },
                           end: Position {
                            line: 84,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "insecure",
                        span: Span {
                         start: Position {
                          line: 86,
                          column: 7,
                         },
                         end: Position {
                          line: 86,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 86,
                           column: 18,
                          },
                          end: Position {
                           line: 86,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 87,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 87,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 87,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 19,
                                },
                                end: Position {
                                 line: 88,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Run in insecure mode.",
                                     span: Span {
                                      start: Position {
                                       line: 89,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 89,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 86,
                            column: 27,
                           },
                           end: Position {
                            line: 90,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "certsDir",
                        span: Span {
                         start: Position {
                          line: 92,
                          column: 7,
                         },
                         end: Position {
                          line: 92,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 92,
                           column: 18,
                          },
                          end: Position {
                           line: 92,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 93,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 93,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 93,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 93,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 93,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 93,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 93,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 19,
                                },
                                end: Position {
                                 line: 94,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 95,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 95,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 95,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 95,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 95,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The path to the certificate directory.",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 72,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 95,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 92,
                            column: 27,
                           },
                           end: Position {
                            line: 96,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 98,
                          column: 7,
                         },
                         end: Position {
                          line: 98,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 98,
                           column: 14,
                          },
                          end: Position {
                           line: 98,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 99,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 99,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 99,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 99,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 99,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 99,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "cockroachdb",
                                  span: Span {
                                   start: Position {
                                    line: 100,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 100,
                                 column: 19,
                                },
                                end: Position {
                                 line: 100,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 101,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 101,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 101,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 101,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User account under which CockroachDB runs",
                                     span: Span {
                                      start: Position {
                                       line: 101,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 101,
                                       column: 75,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 76,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 23,
                           },
                           end: Position {
                            line: 102,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 104,
                          column: 7,
                         },
                         end: Position {
                          line: 104,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 15,
                          },
                          end: Position {
                           line: 104,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 105,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 105,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 105,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 105,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 105,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "cockroachdb",
                                  span: Span {
                                   start: Position {
                                    line: 106,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 106,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 19,
                                },
                                end: Position {
                                 line: 106,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 107,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 107,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 107,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 107,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User account under which CockroachDB runs",
                                     span: Span {
                                      start: Position {
                                       line: 107,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 107,
                                       column: 75,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 107,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 107,
                                    column: 76,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 24,
                           },
                           end: Position {
                            line: 108,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "openPorts",
                        span: Span {
                         start: Position {
                          line: 110,
                          column: 7,
                         },
                         end: Position {
                          line: 110,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 110,
                           column: 19,
                          },
                          end: Position {
                           line: 110,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 19,
                                },
                                end: Position {
                                 line: 112,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 113,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 113,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 113,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 113,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Open firewall ports for cluster communication by default",
                                     span: Span {
                                      start: Position {
                                       line: 113,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 113,
                                       column: 90,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 91,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 110,
                            column: 28,
                           },
                           end: Position {
                            line: 114,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "cache",
                        span: Span {
                         start: Position {
                          line: 116,
                          column: 7,
                         },
                         end: Position {
                          line: 116,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 116,
                           column: 15,
                          },
                          end: Position {
                           line: 116,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 117,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 117,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "25%",
                                  span: Span {
                                   start: Position {
                                    line: 118,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 118,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 118,
                                 column: 19,
                                },
                                end: Position {
                                 line: 118,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 119,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 119,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 119,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 119,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The total size for caches.\n\nThis can be a percentage, expressed with a fraction sign or as a\ndecimal-point number, or any bytes-based unit. For example,\n`\"25%\"`, `\"0.25\"` both represent\n25% of the available system memory. The values\n`\"1000000000\"` and `\"1GB\"` both\nrepresent 1 gigabyte of memory.\n\n",
                                     span: Span {
                                      start: Position {
                                       line: 120,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 129,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 129,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 116,
                            column: 24,
                           },
                           end: Position {
                            line: 130,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "maxSqlMemory",
                        span: Span {
                         start: Position {
                          line: 132,
                          column: 7,
                         },
                         end: Position {
                          line: 132,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 132,
                           column: 22,
                          },
                          end: Position {
                           line: 132,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 133,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 133,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 133,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 133,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 133,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 133,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "25%",
                                  span: Span {
                                   start: Position {
                                    line: 134,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 134,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 134,
                                 column: 19,
                                },
                                end: Position {
                                 line: 134,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 135,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 135,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 135,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 135,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The maximum in-memory storage capacity available to store temporary\ndata for SQL queries.\n\nThis can be a percentage, expressed with a fraction sign or as a\ndecimal-point number, or any bytes-based unit. For example,\n`\"25%\"`, `\"0.25\"` both represent\n25% of the available system memory. The values\n`\"1000000000\"` and `\"1GB\"` both\nrepresent 1 gigabyte of memory.\n",
                                     span: Span {
                                      start: Position {
                                       line: 136,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 145,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 135,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 145,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 132,
                            column: 31,
                           },
                           end: Position {
                            line: 146,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 148,
                          column: 7,
                         },
                         end: Position {
                          line: 148,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 148,
                           column: 17,
                          },
                          end: Position {
                           line: 148,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 149,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 149,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 149,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 149,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 150,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 150,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 150,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 150,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "cockroachdb",
                                  span: Span {
                                   start: Position {
                                    line: 150,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 150,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 151,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 151,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 151,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 151,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.cockroachdb",
                                     span: Span {
                                      start: Position {
                                       line: 151,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 151,
                                       column: 58,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 151,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 151,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 152,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 152,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 152,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 152,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 152,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 152,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The CockroachDB derivation to use for running the service.\n\nThis would primarily be useful to enable Enterprise Edition features\nin your own custom CockroachDB build (Nixpkgs CockroachDB binaries\nonly contain open source features and open source code).\n",
                                     span: Span {
                                      start: Position {
                                       line: 153,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 158,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 148,
                            column: 26,
                           },
                           end: Position {
                            line: 159,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraArgs",
                        span: Span {
                         start: Position {
                          line: 161,
                          column: 7,
                         },
                         end: Position {
                          line: 161,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 161,
                           column: 19,
                          },
                          end: Position {
                           line: 161,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 162,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 162,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 162,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 162,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 162,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 162,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 162,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 162,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 163,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 163,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 163,
                                 column: 19,
                                },
                                end: Position {
                                 line: 163,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "--advertise-addr",
                                     span: Span {
                                      start: Position {
                                       line: 164,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 164,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 164,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 164,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[fe80::f6f2:::]",
                                     span: Span {
                                      start: Position {
                                       line: 164,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 164,
                                       column: 56,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 164,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 164,
                                    column: 57,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 164,
                                 column: 19,
                                },
                                end: Position {
                                 line: 164,
                                 column: 59,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 165,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 165,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 165,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 165,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 165,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 165,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra CLI arguments passed to {command}`cockroach start`.\nFor the full list of supported argumemnts, check <https://www.cockroachlabs.com/docs/stable/cockroach-start.html#flags>\n",
                                     span: Span {
                                      start: Position {
                                       line: 166,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 168,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 165,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 168,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 161,
                            column: 28,
                           },
                           end: Position {
                            line: 169,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 51,
                    column: 28,
                   },
                   end: Position {
                    line: 170,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 50,
               column: 13,
              },
              end: Position {
               line: 171,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 173,
                column: 3,
               },
               end: Position {
                line: 173,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 173,
                 column: 12,
                },
                end: Position {
                 line: 173,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "config",
                  span: Span {
                   start: Position {
                    line: 173,
                    column: 17,
                   },
                   end: Position {
                    line: 173,
                    column: 23,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 173,
                     column: 24,
                    },
                    end: Position {
                     line: 173,
                     column: 32,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "cockroachdb",
                   span: Span {
                    start: Position {
                     line: 173,
                     column: 33,
                    },
                    end: Position {
                     line: 173,
                     column: 44,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 173,
                     column: 45,
                    },
                    end: Position {
                     line: 173,
                     column: 51,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "assertions",
                      span: Span {
                       start: Position {
                        line: 174,
                        column: 5,
                       },
                       end: Position {
                        line: 174,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "assertion",
                              span: Span {
                               start: Position {
                                line: 175,
                                column: 9,
                               },
                               end: Position {
                                line: 175,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: BinaryOperation(
                            BinaryOperation {
                             left: UnaryOperation(
                              UnaryOperation {
                               operator: Not,
                               operand: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 175,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 175,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "insecure",
                                    span: Span {
                                     start: Position {
                                      line: 175,
                                      column: 26,
                                     },
                                     end: Position {
                                      line: 175,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 175,
                                 column: 21,
                                },
                                end: Position {
                                 line: 175,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             operator: Implication,
                             right: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 175,
                                     column: 38,
                                    },
                                    end: Position {
                                     line: 175,
                                     column: 41,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "certsDir",
                                    span: Span {
                                     start: Position {
                                      line: 175,
                                      column: 42,
                                     },
                                     end: Position {
                                      line: 175,
                                      column: 50,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 175,
                                   column: 54,
                                  },
                                  end: Position {
                                   line: 175,
                                   column: 58,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "message",
                              span: Span {
                               start: Position {
                                line: 176,
                                column: 9,
                               },
                               end: Position {
                                line: 176,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "CockroachDB must have a set of SSL certificates (.certsDir), or run in Insecure Mode (.insecure = true)",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 176,
                                  column: 123,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 176,
                               column: 19,
                              },
                              end: Position {
                               line: 176,
                               column: 124,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 175,
                          column: 7,
                         },
                         end: Position {
                          line: 177,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 174,
                       column: 18,
                      },
                      end: Position {
                       line: 178,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 180,
                        column: 5,
                       },
                       end: Position {
                        line: 180,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 180,
                        column: 17,
                       },
                       end: Position {
                        line: 180,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "crdb",
                        span: Span {
                         start: Position {
                          line: 180,
                          column: 36,
                         },
                         end: Position {
                          line: 180,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 180,
                       column: 34,
                      },
                      end: Position {
                       line: 180,
                       column: 42,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 182,
                        column: 5,
                       },
                       end: Position {
                        line: 182,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 182,
                        column: 11,
                       },
                       end: Position {
                        line: 182,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optionalAttrs",
                       span: Span {
                        start: Position {
                         line: 182,
                         column: 19,
                        },
                        end: Position {
                         line: 182,
                         column: 32,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 182,
                              column: 34,
                             },
                             end: Position {
                              line: 182,
                              column: 37,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 182,
                               column: 38,
                              },
                              end: Position {
                               line: 182,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "cockroachdb",
                             span: Span {
                              start: Position {
                               line: 182,
                               column: 47,
                              },
                              end: Position {
                               line: 182,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 182,
                            column: 46,
                           },
                           end: Position {
                            line: 182,
                            column: 59,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "cockroachdb",
                              span: Span {
                               start: Position {
                                line: 183,
                                column: 7,
                               },
                               end: Position {
                                line: 183,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 184,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 184,
                                     column: 20,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "CockroachDB Server User",
                                     span: Span {
                                      start: Position {
                                       line: 184,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 184,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 184,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 184,
                                    column: 48,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "uid",
                                   span: Span {
                                    start: Position {
                                     line: 185,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 185,
                                     column: 12,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "config",
                                    span: Span {
                                     start: Position {
                                      line: 185,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 185,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "ids",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 33,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "uids",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "cockroachdb",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 39,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 14,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "group",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 183,
                               column: 21,
                              },
                              end: Position {
                               line: 187,
                               column: 8,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 182,
                          column: 61,
                         },
                         end: Position {
                          line: 188,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 190,
                        column: 5,
                       },
                       end: Position {
                        line: 190,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 190,
                        column: 11,
                       },
                       end: Position {
                        line: 190,
                        column: 17,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optionalAttrs",
                       span: Span {
                        start: Position {
                         line: 190,
                         column: 20,
                        },
                        end: Position {
                         line: 190,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 190,
                              column: 35,
                             },
                             end: Position {
                              line: 190,
                              column: 38,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "group",
                             span: Span {
                              start: Position {
                               line: 190,
                               column: 39,
                              },
                              end: Position {
                               line: 190,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "cockroachdb",
                             span: Span {
                              start: Position {
                               line: 190,
                               column: 49,
                              },
                              end: Position {
                               line: 190,
                               column: 60,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 190,
                            column: 48,
                           },
                           end: Position {
                            line: 190,
                            column: 61,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "cockroachdb",
                              span: Span {
                               start: Position {
                                line: 191,
                                column: 7,
                               },
                               end: Position {
                                line: 191,
                                column: 18,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gid",
                              span: Span {
                               start: Position {
                                line: 191,
                                column: 19,
                               },
                               end: Position {
                                line: 191,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "config",
                               span: Span {
                                start: Position {
                                 line: 191,
                                 column: 25,
                                },
                                end: Position {
                                 line: 191,
                                 column: 31,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "ids",
                                span: Span {
                                 start: Position {
                                  line: 191,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 191,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "gids",
                                span: Span {
                                 start: Position {
                                  line: 191,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 191,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "cockroachdb",
                                span: Span {
                                 start: Position {
                                  line: 191,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 191,
                                  column: 52,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 190,
                          column: 63,
                         },
                         end: Position {
                          line: 192,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "networking",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 5,
                       },
                       end: Position {
                        line: 194,
                        column: 15,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firewall",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 16,
                       },
                       end: Position {
                        line: 194,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "allowedTCPPorts",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 25,
                       },
                       end: Position {
                        line: 194,
                        column: 40,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 194,
                           column: 43,
                          },
                          end: Position {
                           line: 194,
                           column: 46,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "optionals",
                          span: Span {
                           start: Position {
                            line: 194,
                            column: 47,
                           },
                           end: Position {
                            line: 194,
                            column: 56,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 194,
                            column: 57,
                           },
                           end: Position {
                            line: 194,
                            column: 60,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "openPorts",
                           span: Span {
                            start: Position {
                             line: 194,
                             column: 61,
                            },
                            end: Position {
                             line: 194,
                             column: 70,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      List(
                       List {
                        elements: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 195,
                               column: 9,
                              },
                              end: Position {
                               line: 195,
                               column: 12,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "http",
                              span: Span {
                               start: Position {
                                line: 195,
                                column: 13,
                               },
                               end: Position {
                                line: 195,
                                column: 17,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 195,
                                column: 18,
                               },
                               end: Position {
                                line: 195,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 195,
                               column: 23,
                              },
                              end: Position {
                               line: 195,
                               column: 26,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "listen",
                              span: Span {
                               start: Position {
                                line: 195,
                                column: 27,
                               },
                               end: Position {
                                line: 195,
                                column: 33,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 195,
                                column: 34,
                               },
                               end: Position {
                                line: 195,
                                column: 38,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 195,
                          column: 7,
                         },
                         end: Position {
                          line: 195,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 197,
                        column: 5,
                       },
                       end: Position {
                        line: 197,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 197,
                        column: 13,
                       },
                       end: Position {
                        line: 197,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "cockroachdb",
                      span: Span {
                       start: Position {
                        line: 197,
                        column: 22,
                       },
                       end: Position {
                        line: 197,
                        column: 33,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 198,
                             column: 9,
                            },
                            end: Position {
                             line: 198,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "CockroachDB Server",
                             span: Span {
                              start: Position {
                               line: 198,
                               column: 26,
                              },
                              end: Position {
                               line: 198,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 198,
                            column: 25,
                           },
                           end: Position {
                            line: 198,
                            column: 45,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "documentation",
                           span: Span {
                            start: Position {
                             line: 199,
                             column: 9,
                            },
                            end: Position {
                             line: 199,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "man:cockroach(1)",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 199,
                               column: 27,
                              },
                              end: Position {
                               line: 199,
                               column: 45,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "https://www.cockroachlabs.com",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 47,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 76,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 199,
                               column: 46,
                              },
                              end: Position {
                               line: 199,
                               column: 77,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 199,
                            column: 25,
                           },
                           end: Position {
                            line: 199,
                            column: 79,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 201,
                             column: 9,
                            },
                            end: Position {
                             line: 201,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 201,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 201,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 201,
                               column: 22,
                              },
                              end: Position {
                               line: 201,
                               column: 38,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "time-sync.target",
                                span: Span {
                                 start: Position {
                                  line: 201,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 201,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 201,
                               column: 39,
                              },
                              end: Position {
                               line: 201,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 201,
                            column: 20,
                           },
                           end: Position {
                            line: 201,
                            column: 59,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "requires",
                           span: Span {
                            start: Position {
                             line: 202,
                             column: 9,
                            },
                            end: Position {
                             line: 202,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "time-sync.target",
                                span: Span {
                                 start: Position {
                                  line: 202,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 202,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 202,
                               column: 22,
                              },
                              end: Position {
                               line: 202,
                               column: 40,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 202,
                            column: 20,
                           },
                           end: Position {
                            line: 202,
                            column: 42,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 203,
                             column: 9,
                            },
                            end: Position {
                             line: 203,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 203,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 203,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 203,
                               column: 22,
                              },
                              end: Position {
                               line: 203,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 203,
                            column: 20,
                           },
                           end: Position {
                            line: 203,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "unitConfig",
                           span: Span {
                            start: Position {
                             line: 205,
                             column: 9,
                            },
                            end: Position {
                             line: 205,
                             column: 19,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "RequiresMountsFor",
                           span: Span {
                            start: Position {
                             line: 205,
                             column: 20,
                            },
                            end: Position {
                             line: 205,
                             column: 37,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/lib/cockroachdb",
                             span: Span {
                              start: Position {
                               line: 205,
                               column: 41,
                              },
                              end: Position {
                               line: 205,
                               column: 61,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 205,
                            column: 40,
                           },
                           end: Position {
                            line: 205,
                            column: 62,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 207,
                             column: 9,
                            },
                            end: Position {
                             line: 207,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 208,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 208,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "startupCommand",
                               span: Span {
                                start: Position {
                                 line: 208,
                                 column: 25,
                                },
                                end: Position {
                                 line: 208,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 209,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 209,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "notify",
                                  span: Span {
                                   start: Position {
                                    line: 209,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 209,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 209,
                                 column: 20,
                                },
                                end: Position {
                                 line: 209,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 210,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 210,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 210,
                                   column: 20,
                                  },
                                  end: Position {
                                   line: 210,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 210,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 210,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "StateDirectory",
                                span: Span {
                                 start: Position {
                                  line: 211,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 211,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "cockroachdb",
                                  span: Span {
                                   start: Position {
                                    line: 211,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 211,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 211,
                                 column: 30,
                                },
                                end: Position {
                                 line: 211,
                                 column: 43,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "StateDirectoryMode",
                                span: Span {
                                 start: Position {
                                  line: 212,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 212,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0700",
                                  span: Span {
                                   start: Position {
                                    line: 212,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 212,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 212,
                                 column: 34,
                                },
                                end: Position {
                                 line: 212,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 214,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 214,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "always",
                                  span: Span {
                                   start: Position {
                                    line: 214,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 214,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 214,
                                 column: 23,
                                },
                                end: Position {
                                 line: 214,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "TimeoutStopSec",
                                span: Span {
                                 start: Position {
                                  line: 218,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 218,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "60",
                               span: Span {
                                start: Position {
                                 line: 218,
                                 column: 30,
                                },
                                end: Position {
                                 line: 218,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestartSec",
                                span: Span {
                                 start: Position {
                                  line: 219,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 219,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10",
                               span: Span {
                                start: Position {
                                 line: 219,
                                 column: 26,
                                },
                                end: Position {
                                 line: 219,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 208,
                            column: 11,
                           },
                           end: Position {
                            line: 220,
                            column: 12,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 198,
                       column: 7,
                      },
                      end: Position {
                       line: 221,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 173,
                  column: 52,
                 },
                 end: Position {
                  line: 222,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 224,
                column: 3,
               },
               end: Position {
                line: 224,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 224,
                column: 8,
               },
               end: Position {
                line: 224,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 224,
                   column: 27,
                  },
                  end: Position {
                   line: 224,
                   column: 30,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "maintainers",
                  span: Span {
                   start: Position {
                    line: 224,
                    column: 31,
                   },
                   end: Position {
                    line: 224,
                    column: 42,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "thoughtpolice",
                  span: Span {
                   start: Position {
                    line: 224,
                    column: 46,
                   },
                   end: Position {
                    line: 224,
                    column: 59,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 224,
                 column: 44,
                },
                end: Position {
                 line: 224,
                 column: 61,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 224,
               column: 22,
              },
              end: Position {
               line: 224,
               column: 61,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 49,
          column: 1,
         },
         end: Position {
          line: 225,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 225,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 225,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 225,
    column: 2,
   },
  },
 },
)