Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: false,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      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: "prometheus",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 35,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "exporters",
              span: Span {
               start: Position {
                line: 6,
                column: 36,
               },
               end: Position {
                line: 6,
                column: 45,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "artifactory",
              span: Span {
               start: Position {
                line: 6,
                column: 46,
               },
               end: Position {
                line: 6,
                column: 57,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "port",
              span: Span {
               start: Position {
                line: 9,
                column: 3,
               },
               end: Position {
                line: 9,
                column: 7,
               },
              },
             },
            ),
           ],
           to: Integer(
            Integer {
             value: "9531",
             span: Span {
              start: Position {
               line: 9,
               column: 10,
              },
              end: Position {
               line: 9,
               column: 14,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "extraOpts",
              span: Span {
               start: Position {
                line: 10,
                column: 3,
               },
               end: Position {
                line: 10,
                column: 12,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "scrapeUri",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 5,
                    },
                    end: Position {
                     line: 11,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 17,
                     },
                     end: Position {
                      line: 11,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 7,
                            },
                            end: Position {
                             line: 12,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 12,
                              column: 14,
                             },
                             end: Position {
                              line: 12,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 20,
                              },
                              end: Position {
                               line: 12,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 13,
                             column: 7,
                            },
                            end: Position {
                             line: 13,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "http://localhost:8081/artifactory",
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 18,
                              },
                              end: Position {
                               line: 13,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 17,
                           },
                           end: Position {
                            line: 13,
                            column: 52,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 7,
                            },
                            end: Position {
                             line: 14,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 14,
                                column: 21,
                               },
                               end: Position {
                                line: 14,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 14,
                                 column: 25,
                                },
                                end: Position {
                                 line: 14,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "URI on which to scrape JFrog Artifactory.\n",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 14,
                               column: 31,
                              },
                              end: Position {
                               line: 16,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 26,
                      },
                      end: Position {
                       line: 17,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "artiUsername",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 19,
                      column: 20,
                     },
                     end: Position {
                      line: 19,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 7,
                            },
                            end: Position {
                             line: 20,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 14,
                             },
                             end: Position {
                              line: 20,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 20,
                               column: 20,
                              },
                              end: Position {
                               line: 20,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 7,
                            },
                            end: Position {
                             line: 21,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 21,
                               },
                               end: Position {
                                line: 21,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 21,
                                 column: 25,
                                },
                                end: Position {
                                 line: 21,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Username for authentication against JFrog Artifactory API.\n",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 31,
                              },
                              end: Position {
                               line: 23,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 19,
                       column: 29,
                      },
                      end: Position {
                       line: 24,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "artiPassword",
                   span: Span {
                    start: Position {
                     line: 26,
                     column: 5,
                    },
                    end: Position {
                     line: 26,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 26,
                      column: 20,
                     },
                     end: Position {
                      line: 26,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 7,
                            },
                            end: Position {
                             line: 27,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 27,
                              column: 14,
                             },
                             end: Position {
                              line: 27,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 27,
                               column: 20,
                              },
                              end: Position {
                               line: 27,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 28,
                             column: 7,
                            },
                            end: Position {
                             line: 28,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 28,
                            column: 17,
                           },
                           end: Position {
                            line: 28,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 7,
                            },
                            end: Position {
                             line: 29,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 21,
                               },
                               end: Position {
                                line: 29,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 25,
                                },
                                end: Position {
                                 line: 29,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Password for authentication against JFrog Artifactory API.\nOne of the password or access token needs to be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 30,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 31,
                              },
                              end: Position {
                               line: 32,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 29,
                      },
                      end: Position {
                       line: 33,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "artiAccessToken",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 35,
                      column: 23,
                     },
                     end: Position {
                      line: 35,
                      column: 31,
                     },
                    },
                   },
                  ),
                  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: [],
                          span: Span {
                           start: Position {
                            line: 37,
                            column: 17,
                           },
                           end: Position {
                            line: 37,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      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: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Access token for authentication against JFrog Artifactory API.\nOne of the password or access token needs to be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 31,
                              },
                              end: Position {
                               line: 41,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 32,
                      },
                      end: Position {
                       line: 42,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 10,
               column: 15,
              },
              end: Position {
               line: 43,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "serviceOpts",
              span: Span {
               start: Position {
                line: 44,
                column: 3,
               },
               end: Position {
                line: 44,
                column: 14,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "serviceConfig",
                   span: Span {
                    start: Position {
                     line: 45,
                     column: 5,
                    },
                    end: Position {
                     line: 45,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ExecStart",
                        span: Span {
                         start: Position {
                          line: 46,
                          column: 7,
                         },
                         end: Position {
                          line: 46,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 47,
                            column: 9,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "pkgs",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 11,
                               },
                               end: Position {
                                line: 47,
                                column: 15,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "prometheus-artifactory-exporter",
                               span: Span {
                                start: Position {
                                 line: 47,
                                 column: 16,
                                },
                                end: Position {
                                 line: 47,
                                 column: 47,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/artifactory_exporter \\\n  --web.listen-address ",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 48,
                            column: 32,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 48,
                                column: 34,
                               },
                               end: Position {
                                line: 48,
                                column: 37,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listenAddress",
                               span: Span {
                                start: Position {
                                 line: 48,
                                 column: 38,
                                },
                                end: Position {
                                 line: 48,
                                 column: 51,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: ":",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 48,
                            column: 53,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 48,
                                column: 55,
                               },
                               end: Position {
                                line: 48,
                                column: 63,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 48,
                                   column: 64,
                                  },
                                  end: Position {
                                   line: 48,
                                   column: 67,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "port",
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 68,
                                   },
                                   end: Position {
                                    line: 48,
                                    column: 72,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: " \\\n  --artifactory.scrape-uri ",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 49,
                            column: 36,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 49,
                                column: 38,
                               },
                               end: Position {
                                line: 49,
                                column: 41,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "scrapeUri",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 42,
                                },
                                end: Position {
                                 line: 49,
                                 column: 51,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: " \\\n  ",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 50,
                            column: 11,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 50,
                                column: 13,
                               },
                               end: Position {
                                line: 50,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: " \\\n  ",
                                  span: Span {
                                   start: Position {
                                    line: 50,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 50,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 50,
                                 column: 30,
                                },
                                end: Position {
                                 line: 50,
                                 column: 39,
                                },
                               },
                              },
                             ),
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 50,
                                   column: 40,
                                  },
                                  end: Position {
                                   line: 50,
                                   column: 43,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "extraFlags",
                                  span: Span {
                                   start: Position {
                                    line: 50,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 50,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 1,
                           },
                           end: Position {
                            line: 51,
                            column: 7,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 19,
                        },
                        end: Position {
                         line: 51,
                         column: 9,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "Environment",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 7,
                         },
                         end: Position {
                          line: 52,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: List(
                      List {
                       elements: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "ARTI_USERNAME=",
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 10,
                              },
                              end: Position {
                               line: 53,
                               column: 43,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 29,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "artiUsername",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 9,
                           },
                           end: Position {
                            line: 53,
                            column: 44,
                           },
                          },
                         },
                        ),
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "ARTI_PASSWORD=",
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 10,
                              },
                              end: Position {
                               line: 54,
                               column: 43,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 54,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 54,
                                   column: 29,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "artiPassword",
                                  span: Span {
                                   start: Position {
                                    line: 54,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 9,
                           },
                           end: Position {
                            line: 54,
                            column: 44,
                           },
                          },
                         },
                        ),
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "ARTI_ACCESS_TOKEN=",
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 10,
                              },
                              end: Position {
                               line: 55,
                               column: 50,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 55,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 55,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "artiAccessToken",
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 9,
                           },
                           end: Position {
                            line: 55,
                            column: 51,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 52,
                         column: 21,
                        },
                        end: Position {
                         line: 56,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 45,
                    column: 21,
                   },
                   end: Position {
                    line: 57,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 44,
               column: 17,
              },
              end: Position {
               line: 58,
               column: 4,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 8,
          column: 1,
         },
         end: Position {
          line: 59,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 59,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 59,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 59,
    column: 2,
   },
  },
 },
)