---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "options",
    default: None,
   },
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "grafana",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "opt",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (7, 17),
        },
        Raw {
         content: "grafana",
         position: (7, 26),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "declarativePlugins",
        position: (8, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (8, 24),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "linkFarm",
          position: (8, 29),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "grafana-plugins",
          position: (8, 39),
         },
        ],
        position: (8, 38),
       },
       Parentheses {
        expression: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "builtins",
           position: (8, 57),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "map",
             position: (8, 66),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Parentheses {
           expression: Function {
            argument: Simple {
             identifier: "pkg",
            },
            definition: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "name",
                  position: (8, 78),
                 },
                ],
               },
               to: PropertyAccess {
                expression: Variable {
                 identifier: "pkg",
                 position: (8, 85),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "pname",
                   position: (8, 89),
                  },
                 ],
                },
                default: None,
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (8, 96),
                 },
                ],
               },
               to: Variable {
                identifier: "pkg",
                position: (8, 103),
               },
              },
             ],
             recursive: false,
             position: (8, 76),
            },
            position: (8, 71),
           },
           position: (8, 70),
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (8, 111),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "declarativePlugins",
              position: (8, 115),
             },
            ],
           },
           default: None,
          },
         ],
        },
        position: (8, 56),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "useMysql",
        position: (9, 3),
       },
      ],
     },
     to: BinaryOperation {
      operator: EqualTo,
      operands: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (9, 14),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "database",
           position: (9, 18),
          },
          Raw {
           content: "type",
           position: (9, 27),
          },
         ],
        },
        default: None,
       },
       String {
        parts: [
         Raw {
          content: "mysql",
          position: (9, 36),
         },
        ],
        position: (9, 35),
       },
      ],
      position: (9, 32),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "usePostgresql",
        position: (10, 3),
       },
      ],
     },
     to: BinaryOperation {
      operator: EqualTo,
      operands: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (10, 19),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "database",
           position: (10, 23),
          },
          Raw {
           content: "type",
           position: (10, 32),
          },
         ],
        },
        default: None,
       },
       String {
        parts: [
         Raw {
          content: "postgres",
          position: (10, 41),
         },
        ],
        position: (10, 40),
       },
      ],
      position: (10, 37),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "envOptions",
        position: (12, 3),
       },
      ],
     },
     to: BinaryOperation {
      operator: Update,
      operands: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "PATHS_DATA",
             position: (13, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (13, 18),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "dataDir",
              position: (13, 22),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "PATHS_PLUGINS",
             position: (14, 5),
            },
           ],
          },
          to: IfThenElse {
           predicate: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "builtins",
              position: (14, 24),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "isNull",
                position: (14, 33),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (14, 40),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "declarativePlugins",
                 position: (14, 44),
                },
               ],
              },
              default: None,
             },
            ],
           },
           then: String {
            parts: [
             Interpolation {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (14, 71),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "dataDir",
                  position: (14, 75),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: "/plugins",
              position: (14, 83),
             },
            ],
            position: (14, 68),
           },
           else_: Variable {
            identifier: "declarativePlugins",
            position: (14, 98),
           },
           position: (14, 21),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "PATHS_LOGS",
             position: (15, 5),
            },
           ],
          },
          to: String {
           parts: [
            Interpolation {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (15, 21),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "dataDir",
                 position: (15, 25),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/log",
             position: (15, 33),
            },
           ],
           position: (15, 18),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_PROTOCOL",
             position: (17, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (17, 23),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "protocol",
              position: (17, 27),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_HTTP_ADDR",
             position: (18, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (18, 24),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "addr",
              position: (18, 28),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_HTTP_PORT",
             position: (19, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (19, 24),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "port",
              position: (19, 28),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_SOCKET",
             position: (20, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (20, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "socket",
              position: (20, 25),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_DOMAIN",
             position: (21, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (21, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "domain",
              position: (21, 25),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_ROOT_URL",
             position: (22, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (22, 23),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "rootUrl",
              position: (22, 27),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_STATIC_ROOT_PATH",
             position: (23, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (23, 31),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "staticRootPath",
              position: (23, 35),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_CERT_FILE",
             position: (24, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (24, 24),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "certFile",
              position: (24, 28),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SERVER_CERT_KEY",
             position: (25, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (25, 23),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "certKey",
              position: (25, 27),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_TYPE",
             position: (27, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (27, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (27, 25),
             },
             Raw {
              content: "type",
              position: (27, 34),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_HOST",
             position: (28, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (28, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (28, 25),
             },
             Raw {
              content: "host",
              position: (28, 34),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_NAME",
             position: (29, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (29, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (29, 25),
             },
             Raw {
              content: "name",
              position: (29, 34),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_USER",
             position: (30, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (30, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (30, 25),
             },
             Raw {
              content: "user",
              position: (30, 34),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_PASSWORD",
             position: (31, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (31, 25),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (31, 29),
             },
             Raw {
              content: "password",
              position: (31, 38),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_PATH",
             position: (32, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (32, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (32, 25),
             },
             Raw {
              content: "path",
              position: (32, 34),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "DATABASE_CONN_MAX_LIFETIME",
             position: (33, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (33, 34),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "database",
              position: (33, 38),
             },
             Raw {
              content: "connMaxLifetime",
              position: (33, 47),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SECURITY_ADMIN_USER",
             position: (35, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (35, 27),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "security",
              position: (35, 31),
             },
             Raw {
              content: "adminUser",
              position: (35, 40),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SECURITY_ADMIN_PASSWORD",
             position: (36, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (36, 31),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "security",
              position: (36, 35),
             },
             Raw {
              content: "adminPassword",
              position: (36, 44),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SECURITY_SECRET_KEY",
             position: (37, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (37, 27),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "security",
              position: (37, 31),
             },
             Raw {
              content: "secretKey",
              position: (37, 40),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "USERS_ALLOW_SIGN_UP",
             position: (39, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (39, 27),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (39, 40),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "users",
                position: (39, 44),
               },
               Raw {
                content: "allowSignUp",
                position: (39, 50),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "USERS_ALLOW_ORG_CREATE",
             position: (40, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (40, 30),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (40, 43),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "users",
                position: (40, 47),
               },
               Raw {
                content: "allowOrgCreate",
                position: (40, 53),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "USERS_AUTO_ASSIGN_ORG",
             position: (41, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (41, 29),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (41, 42),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "users",
                position: (41, 46),
               },
               Raw {
                content: "autoAssignOrg",
                position: (41, 52),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "USERS_AUTO_ASSIGN_ORG_ROLE",
             position: (42, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (42, 34),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (42, 38),
             },
             Raw {
              content: "autoAssignOrgRole",
              position: (42, 44),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_ANONYMOUS_ENABLED",
             position: (44, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (44, 30),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (44, 43),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "auth",
                position: (44, 47),
               },
               Raw {
                content: "anonymous",
                position: (44, 52),
               },
               Raw {
                content: "enable",
                position: (44, 62),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_ANONYMOUS_ORG_NAME",
             position: (45, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (45, 31),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "auth",
              position: (45, 35),
             },
             Raw {
              content: "anonymous",
              position: (45, 40),
             },
             Raw {
              content: "org_name",
              position: (45, 50),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_ANONYMOUS_ORG_ROLE",
             position: (46, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (46, 31),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "auth",
              position: (46, 35),
             },
             Raw {
              content: "anonymous",
              position: (46, 40),
             },
             Raw {
              content: "org_role",
              position: (46, 50),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_GOOGLE_ENABLED",
             position: (47, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (47, 27),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (47, 40),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "auth",
                position: (47, 44),
               },
               Raw {
                content: "google",
                position: (47, 49),
               },
               Raw {
                content: "enable",
                position: (47, 56),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_GOOGLE_ALLOW_SIGN_UP",
             position: (48, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (48, 33),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (48, 46),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "auth",
                position: (48, 50),
               },
               Raw {
                content: "google",
                position: (48, 55),
               },
               Raw {
                content: "allowSignUp",
                position: (48, 62),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "AUTH_GOOGLE_CLIENT_ID",
             position: (49, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (49, 29),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "auth",
              position: (49, 33),
             },
             Raw {
              content: "google",
              position: (49, 38),
             },
             Raw {
              content: "clientId",
              position: (49, 45),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "ANALYTICS_REPORTING_ENABLED",
             position: (51, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (51, 35),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (51, 48),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "analytics",
                position: (51, 52),
               },
               Raw {
                content: "reporting",
                position: (51, 62),
               },
               Raw {
                content: "enable",
                position: (51, 72),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SMTP_ENABLED",
             position: (53, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "boolToString",
            position: (53, 20),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (53, 33),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "smtp",
                position: (53, 37),
               },
               Raw {
                content: "enable",
                position: (53, 42),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SMTP_HOST",
             position: (54, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (54, 17),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "smtp",
              position: (54, 21),
             },
             Raw {
              content: "host",
              position: (54, 26),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SMTP_USER",
             position: (55, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (55, 17),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "smtp",
              position: (55, 21),
             },
             Raw {
              content: "user",
              position: (55, 26),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SMTP_PASSWORD",
             position: (56, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (56, 21),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "smtp",
              position: (56, 25),
             },
             Raw {
              content: "password",
              position: (56, 30),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "SMTP_FROM_ADDRESS",
             position: (57, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (57, 25),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "smtp",
              position: (57, 29),
             },
             Raw {
              content: "fromAddress",
              position: (57, 34),
             },
            ],
           },
           default: None,
          },
         },
        ],
        recursive: false,
        position: (12, 16),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (58, 8),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "extraOptions",
           position: (58, 12),
          },
         ],
        },
        default: None,
       },
      ],
      position: (58, 5),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "datasourceConfiguration",
        position: (60, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "apiVersion",
           position: (61, 5),
          },
         ],
        },
        to: Int {
         value: 1,
         position: (61, 18),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "datasources",
           position: (62, 5),
          },
         ],
        },
        to: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (62, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "provision",
            position: (62, 23),
           },
           Raw {
            content: "datasources",
            position: (62, 33),
           },
          ],
         },
         default: None,
        },
       },
      ],
      recursive: false,
      position: (60, 29),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "datasourceFile",
        position: (65, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (65, 20),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (65, 25),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "datasource.yaml",
          position: (65, 36),
         },
        ],
        position: (65, 35),
       },
       Parentheses {
        expression: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "builtins",
           position: (65, 54),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "toJSON",
             position: (65, 63),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Variable {
           identifier: "datasourceConfiguration",
           position: (65, 70),
          },
         ],
        },
        position: (65, 53),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "dashboardConfiguration",
        position: (67, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "apiVersion",
           position: (68, 5),
          },
         ],
        },
        to: Int {
         value: 1,
         position: (68, 18),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "providers",
           position: (69, 5),
          },
         ],
        },
        to: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (69, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "provision",
            position: (69, 21),
           },
           Raw {
            content: "dashboards",
            position: (69, 31),
           },
          ],
         },
         default: None,
        },
       },
      ],
      recursive: false,
      position: (67, 28),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "dashboardFile",
        position: (72, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (72, 19),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (72, 24),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "dashboard.yaml",
          position: (72, 35),
         },
        ],
        position: (72, 34),
       },
       Parentheses {
        expression: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "builtins",
           position: (72, 52),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "toJSON",
             position: (72, 61),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Variable {
           identifier: "dashboardConfiguration",
           position: (72, 68),
          },
         ],
        },
        position: (72, 51),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "notifierConfiguration",
        position: (74, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "apiVersion",
           position: (75, 5),
          },
         ],
        },
        to: Int {
         value: 1,
         position: (75, 18),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "notifiers",
           position: (76, 5),
          },
         ],
        },
        to: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (76, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "provision",
            position: (76, 21),
           },
           Raw {
            content: "notifiers",
            position: (76, 31),
           },
          ],
         },
         default: None,
        },
       },
      ],
      recursive: false,
      position: (74, 27),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "notifierFile",
        position: (79, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (79, 18),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (79, 23),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "notifier.yaml",
          position: (79, 34),
         },
        ],
        position: (79, 33),
       },
       Parentheses {
        expression: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "builtins",
           position: (79, 50),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "toJSON",
             position: (79, 59),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Variable {
           identifier: "notifierConfiguration",
           position: (79, 66),
          },
         ],
        },
        position: (79, 49),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "provisionConfDir",
        position: (81, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (81, 23),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "runCommand",
          position: (81, 28),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "grafana-provisioning",
          position: (81, 40),
         },
        ],
        position: (81, 39),
       },
       Map {
        bindings: [],
        recursive: false,
        position: (81, 62),
       },
       String {
        parts: [
         Raw {
          content: "mkdir -p $out/{datasources,dashboards,notifiers}\nln -sf ",
          position: (82, 1),
         },
         Interpolation {
          expression: Variable {
           identifier: "datasourceFile",
           position: (83, 14),
          },
         },
         Raw {
          content: " $out/datasources/datasource.yaml\nln -sf ",
          position: (83, 29),
         },
         Interpolation {
          expression: Variable {
           identifier: "dashboardFile",
           position: (84, 14),
          },
         },
         Raw {
          content: " $out/dashboards/dashboard.yaml\nln -sf ",
          position: (84, 28),
         },
         Interpolation {
          expression: Variable {
           identifier: "notifierFile",
           position: (85, 14),
          },
         },
         Raw {
          content: " $out/notifiers/notifier.yaml\n",
          position: (85, 27),
         },
        ],
        position: (81, 66),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "_filter",
        position: (89, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "x",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "filterAttrs",
        position: (89, 16),
       },
       arguments: [
        Parentheses {
         expression: Function {
          argument: Simple {
           identifier: "k",
          },
          definition: Function {
           argument: Simple {
            identifier: "v",
           },
           definition: BinaryOperation {
            operator: NotEqualTo,
            operands: [
             Variable {
              identifier: "k",
              position: (89, 35),
             },
             String {
              parts: [
               Raw {
                content: "_module",
                position: (89, 41),
               },
              ],
              position: (89, 40),
             },
            ],
            position: (89, 37),
           },
           position: (89, 32),
          },
          position: (89, 29),
         },
         position: (89, 28),
        },
        Variable {
         identifier: "x",
         position: (89, 51),
        },
       ],
      },
      position: (89, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "grafanaTypes",
        position: (92, 3),
       },
       Raw {
        content: "datasourceConfig",
        position: (92, 16),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (92, 35),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (92, 41),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (93, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (94, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (94, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (95, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (95, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (95, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (96, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Name of the datasource. Required.",
                     position: (96, 24),
                    },
                   ],
                   position: (96, 23),
                  },
                 },
                ],
                recursive: false,
                position: (94, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (98, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (98, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (99, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (99, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (99, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (100, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Datasource type. Required.",
                     position: (100, 24),
                    },
                   ],
                   position: (100, 23),
                  },
                 },
                ],
                recursive: false,
                position: (98, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "access",
                position: (102, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (102, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (103, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (103, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "enum",
                       position: (103, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "proxy",
                         position: (103, 29),
                        },
                       ],
                       position: (103, 28),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "direct",
                         position: (103, 37),
                        },
                       ],
                       position: (103, 36),
                      },
                     ],
                     position: (103, 27),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (104, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "proxy",
                     position: (104, 20),
                    },
                   ],
                   position: (104, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (105, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Access mode. proxy or direct (Server or Browser in the UI). Required.",
                     position: (105, 24),
                    },
                   ],
                   position: (105, 23),
                  },
                 },
                ],
                recursive: false,
                position: (102, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "orgId",
                position: (107, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (107, 15),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (108, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (108, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "int",
                      position: (108, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (109, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 1,
                   position: (109, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (110, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Org id. will default to orgId 1 if not specified.",
                     position: (110, 24),
                    },
                   ],
                   position: (110, 23),
                  },
                 },
                ],
                recursive: false,
                position: (107, 24),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "url",
                position: (112, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (112, 13),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (113, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (113, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (113, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (114, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Url of the datasource.",
                     position: (114, 24),
                    },
                   ],
                   position: (114, 23),
                  },
                 },
                ],
                recursive: false,
                position: (112, 22),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "password",
                position: (116, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (116, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (117, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (117, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (117, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (117, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (117, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (118, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (118, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (119, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Database password, if used.",
                     position: (119, 24),
                    },
                   ],
                   position: (119, 23),
                  },
                 },
                ],
                recursive: false,
                position: (116, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "user",
                position: (121, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (121, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (122, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (122, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (122, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (122, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (122, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (123, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (123, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (124, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Database user, if used.",
                     position: (124, 24),
                    },
                   ],
                   position: (124, 23),
                  },
                 },
                ],
                recursive: false,
                position: (121, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "database",
                position: (126, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (126, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (127, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (127, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (127, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (127, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (127, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (128, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (128, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (129, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Database name, if used.",
                     position: (129, 24),
                    },
                   ],
                   position: (129, 23),
                  },
                 },
                ],
                recursive: false,
                position: (126, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "basicAuth",
                position: (131, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (131, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (132, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (132, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (132, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (132, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (132, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (133, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (133, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (134, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Enable/disable basic auth.",
                     position: (134, 24),
                    },
                   ],
                   position: (134, 23),
                  },
                 },
                ],
                recursive: false,
                position: (131, 28),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "basicAuthUser",
                position: (136, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (136, 23),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (137, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (137, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (137, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (137, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (137, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (138, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (138, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (139, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Basic auth username.",
                     position: (139, 24),
                    },
                   ],
                   position: (139, 23),
                  },
                 },
                ],
                recursive: false,
                position: (136, 32),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "basicAuthPassword",
                position: (141, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (141, 27),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (142, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (142, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (142, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (142, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (142, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (143, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (143, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (144, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Basic auth password.",
                     position: (144, 24),
                    },
                   ],
                   position: (144, 23),
                  },
                 },
                ],
                recursive: false,
                position: (141, 36),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "withCredentials",
                position: (146, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (146, 25),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (147, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (147, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (147, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (148, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (148, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (149, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Enable/disable with credentials headers.",
                     position: (149, 24),
                    },
                   ],
                   position: (149, 23),
                  },
                 },
                ],
                recursive: false,
                position: (146, 34),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "isDefault",
                position: (151, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (151, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (152, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (152, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (152, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (153, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (153, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (154, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Mark as default datasource. Max one per org.",
                     position: (154, 24),
                    },
                   ],
                   position: (154, 23),
                  },
                 },
                ],
                recursive: false,
                position: (151, 28),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "jsonData",
                position: (156, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (156, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (157, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (157, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (157, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (157, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "attrs",
                        position: (157, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (158, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (158, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (159, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Datasource specific configuration.",
                     position: (159, 24),
                    },
                   ],
                   position: (159, 23),
                  },
                 },
                ],
                recursive: false,
                position: (156, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "secureJsonData",
                position: (161, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (161, 24),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (162, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (162, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (162, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (162, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "attrs",
                        position: (162, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (163, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (163, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (164, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Datasource specific secure configuration.",
                     position: (164, 24),
                    },
                   ],
                   position: (164, 23),
                  },
                 },
                ],
                recursive: false,
                position: (161, 33),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "version",
                position: (166, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (166, 17),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (167, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (167, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "int",
                      position: (167, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (168, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 1,
                   position: (168, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (169, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Version.",
                     position: (169, 24),
                    },
                   ],
                   position: (169, 23),
                  },
                 },
                ],
                recursive: false,
                position: (166, 26),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "editable",
                position: (171, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (171, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (172, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (172, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (172, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (173, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (173, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (174, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Allow users to edit datasources from the UI.",
                     position: (174, 24),
                    },
                   ],
                   position: (174, 23),
                  },
                 },
                ],
                recursive: false,
                position: (171, 27),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (93, 15),
          },
         },
        ],
        recursive: false,
        position: (92, 51),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "grafanaTypes",
        position: (180, 3),
       },
       Raw {
        content: "dashboardConfig",
        position: (180, 16),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (180, 34),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (180, 40),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (181, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (182, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (182, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (183, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (183, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (183, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (184, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "default",
                     position: (184, 20),
                    },
                   ],
                   position: (184, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (185, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Provider name.",
                     position: (185, 24),
                    },
                   ],
                   position: (185, 23),
                  },
                 },
                ],
                recursive: false,
                position: (182, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "orgId",
                position: (187, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (187, 15),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (188, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (188, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "int",
                      position: (188, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (189, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 1,
                   position: (189, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (190, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Organization ID.",
                     position: (190, 24),
                    },
                   ],
                   position: (190, 23),
                  },
                 },
                ],
                recursive: false,
                position: (187, 24),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "folder",
                position: (192, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (192, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (193, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (193, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (193, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (194, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (194, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (195, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Add dashboards to the specified folder.",
                     position: (195, 24),
                    },
                   ],
                   position: (195, 23),
                  },
                 },
                ],
                recursive: false,
                position: (192, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (197, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (197, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (198, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (198, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (198, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (199, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "file",
                     position: (199, 20),
                    },
                   ],
                   position: (199, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (200, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Dashboard provider type.",
                     position: (200, 24),
                    },
                   ],
                   position: (200, 23),
                  },
                 },
                ],
                recursive: false,
                position: (197, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "disableDeletion",
                position: (202, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (202, 25),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (203, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (203, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (203, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (204, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (204, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (205, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Disable deletion when JSON file is removed.",
                     position: (205, 24),
                    },
                   ],
                   position: (205, 23),
                  },
                 },
                ],
                recursive: false,
                position: (202, 34),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "updateIntervalSeconds",
                position: (207, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (207, 31),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (208, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (208, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "int",
                      position: (208, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (209, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 10,
                   position: (209, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (210, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "How often Grafana will scan for changed dashboards.",
                     position: (210, 24),
                    },
                   ],
                   position: (210, 23),
                  },
                 },
                ],
                recursive: false,
                position: (207, 40),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "options",
                position: (212, 7),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "path",
                   position: (213, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (213, 16),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (214, 11),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (214, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "path",
                         position: (214, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (215, 11),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "Path grafana will watch for dashboards.",
                        position: (215, 26),
                       },
                      ],
                      position: (215, 25),
                     },
                    },
                   ],
                   recursive: false,
                   position: (213, 25),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "foldersFromFilesStructure",
                   position: (217, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (217, 37),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (218, 11),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (218, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "bool",
                         position: (218, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (219, 11),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "false",
                      position: (219, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (220, 11),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "Use folder names from filesystem to create folders in Grafana.",
                        position: (220, 26),
                       },
                      ],
                      position: (220, 25),
                     },
                    },
                   ],
                   recursive: false,
                   position: (217, 46),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (212, 17),
             },
            },
           ],
           recursive: false,
           position: (181, 15),
          },
         },
        ],
        recursive: false,
        position: (180, 50),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "grafanaTypes",
        position: (226, 3),
       },
       Raw {
        content: "notifierConfig",
        position: (226, 16),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (226, 33),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (226, 39),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (227, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (228, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (228, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (229, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (229, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (229, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (230, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "default",
                     position: (230, 20),
                    },
                   ],
                   position: (230, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (231, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Notifier name.",
                     position: (231, 24),
                    },
                   ],
                   position: (231, 23),
                  },
                 },
                ],
                recursive: false,
                position: (228, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (233, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (233, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (234, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (234, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "enum",
                       position: (234, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "dingding",
                         position: (234, 29),
                        },
                       ],
                       position: (234, 28),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "discord",
                         position: (234, 40),
                        },
                       ],
                       position: (234, 39),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "email",
                         position: (234, 50),
                        },
                       ],
                       position: (234, 49),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "googlechat",
                         position: (234, 58),
                        },
                       ],
                       position: (234, 57),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "hipchat",
                         position: (234, 71),
                        },
                       ],
                       position: (234, 70),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "kafka",
                         position: (234, 81),
                        },
                       ],
                       position: (234, 80),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "line",
                         position: (234, 89),
                        },
                       ],
                       position: (234, 88),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "teams",
                         position: (234, 96),
                        },
                       ],
                       position: (234, 95),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "opsgenie",
                         position: (234, 104),
                        },
                       ],
                       position: (234, 103),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "pagerduty",
                         position: (234, 115),
                        },
                       ],
                       position: (234, 114),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "prometheus-alertmanager",
                         position: (234, 127),
                        },
                       ],
                       position: (234, 126),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "pushover",
                         position: (234, 153),
                        },
                       ],
                       position: (234, 152),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "sensu",
                         position: (234, 164),
                        },
                       ],
                       position: (234, 163),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "sensugo",
                         position: (234, 172),
                        },
                       ],
                       position: (234, 171),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "slack",
                         position: (234, 182),
                        },
                       ],
                       position: (234, 181),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "telegram",
                         position: (234, 190),
                        },
                       ],
                       position: (234, 189),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "threema",
                         position: (234, 201),
                        },
                       ],
                       position: (234, 200),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "victorops",
                         position: (234, 211),
                        },
                       ],
                       position: (234, 210),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "webhook",
                         position: (234, 223),
                        },
                       ],
                       position: (234, 222),
                      },
                     ],
                     position: (234, 27),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (235, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Notifier type.",
                     position: (235, 24),
                    },
                   ],
                   position: (235, 23),
                  },
                 },
                ],
                recursive: false,
                position: (233, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "uid",
                position: (237, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (237, 13),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (238, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (238, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (238, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (239, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Unique notifier identifier.",
                     position: (239, 24),
                    },
                   ],
                   position: (239, 23),
                  },
                 },
                ],
                recursive: false,
                position: (237, 22),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "org_id",
                position: (241, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (241, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (242, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (242, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "int",
                      position: (242, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (243, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 1,
                   position: (243, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (244, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Organization ID.",
                     position: (244, 24),
                    },
                   ],
                   position: (244, 23),
                  },
                 },
                ],
                recursive: false,
                position: (241, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "org_name",
                position: (246, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (246, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (247, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (247, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (247, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (248, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Main Org.",
                     position: (248, 20),
                    },
                   ],
                   position: (248, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (249, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Organization name.",
                     position: (249, 24),
                    },
                   ],
                   position: (249, 23),
                  },
                 },
                ],
                recursive: false,
                position: (246, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "is_default",
                position: (251, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (251, 20),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (252, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (252, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (252, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (253, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Is the default notifier.",
                     position: (253, 24),
                    },
                   ],
                   position: (253, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (254, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (254, 19),
                  },
                 },
                ],
                recursive: false,
                position: (251, 29),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "send_reminder",
                position: (256, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (256, 23),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (257, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (257, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (257, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (258, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "true",
                   position: (258, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (259, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Should the notifier be sent reminder notifications while alerts continue to fire.",
                     position: (259, 24),
                    },
                   ],
                   position: (259, 23),
                  },
                 },
                ],
                recursive: false,
                position: (256, 32),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "frequency",
                position: (261, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (261, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (262, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (262, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (262, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (263, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "5m",
                     position: (263, 20),
                    },
                   ],
                   position: (263, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (264, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "How frequently should the notifier be sent reminders.",
                     position: (264, 24),
                    },
                   ],
                   position: (264, 23),
                  },
                 },
                ],
                recursive: false,
                position: (261, 28),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "disable_resolve_message",
                position: (266, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (266, 33),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (267, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (267, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (267, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (268, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (268, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (269, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Turn off the message that sends when an alert returns to OK.",
                     position: (269, 24),
                    },
                   ],
                   position: (269, 23),
                  },
                 },
                ],
                recursive: false,
                position: (266, 42),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "settings",
                position: (271, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (271, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (272, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (272, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (272, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (272, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "attrs",
                        position: (272, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (273, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (273, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (274, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Settings for the notifier type.",
                     position: (274, 24),
                    },
                   ],
                   position: (274, 23),
                  },
                 },
                ],
                recursive: false,
                position: (271, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "secure_settings",
                position: (276, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (276, 25),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (277, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (277, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (277, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (277, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "attrs",
                        position: (277, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (278, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (278, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (279, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Secure settings for the notifier type.",
                     position: (279, 24),
                    },
                   ],
                   position: (279, 23),
                  },
                 },
                ],
                recursive: false,
                position: (276, 34),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (227, 15),
          },
         },
        ],
        recursive: false,
        position: (226, 49),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (284, 3),
        },
        Raw {
         content: "services",
         position: (284, 11),
        },
        Raw {
         content: "grafana",
         position: (284, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (285, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (285, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "grafana",
              position: (285, 30),
             },
            ],
            position: (285, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "protocol",
            position: (287, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (287, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (288, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Which protocol to listen.",
                 position: (288, 22),
                },
               ],
               position: (288, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (289, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "http",
                 position: (289, 18),
                },
               ],
               position: (289, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (290, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (290, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "enum",
                   position: (290, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "http",
                     position: (290, 27),
                    },
                   ],
                   position: (290, 26),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "https",
                     position: (290, 34),
                    },
                   ],
                   position: (290, 33),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "socket",
                     position: (290, 42),
                    },
                   ],
                   position: (290, 41),
                  },
                 ],
                 position: (290, 25),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (287, 25),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "addr",
            position: (293, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (293, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (294, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Listening address.",
                 position: (294, 22),
                },
               ],
               position: (294, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (295, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "127.0.0.1",
                 position: (295, 18),
                },
               ],
               position: (295, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (296, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (296, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (296, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (293, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "port",
            position: (299, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (299, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (300, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Listening port.",
                 position: (300, 22),
                },
               ],
               position: (300, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (301, 7),
                },
               ],
              },
              to: Int {
               value: 3000,
               position: (301, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (302, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (302, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "port",
                  position: (302, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (299, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "socket",
            position: (305, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (305, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (306, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Listening socket.",
                 position: (306, 22),
                },
               ],
               position: (306, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (307, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/run/grafana/grafana.sock",
                 position: (307, 18),
                },
               ],
               position: (307, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (308, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (308, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (308, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (305, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "domain",
            position: (311, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (311, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (312, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The public facing domain name used to access grafana from a browser.",
                 position: (312, 22),
                },
               ],
               position: (312, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (313, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "localhost",
                 position: (313, 18),
                },
               ],
               position: (313, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (314, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (314, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (314, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (311, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "rootUrl",
            position: (317, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (317, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (318, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Full public facing url.",
                 position: (318, 22),
                },
               ],
               position: (318, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (319, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "%(protocol)s://%(domain)s:%(http_port)s/",
                 position: (319, 18),
                },
               ],
               position: (319, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (320, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (320, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (320, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (317, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "certFile",
            position: (323, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (323, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (324, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Cert file for ssl.",
                 position: (324, 22),
                },
               ],
               position: (324, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (325, 7),
                },
               ],
              },
              to: String {
               parts: [],
               position: (325, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (326, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (326, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (326, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (323, 25),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "certKey",
            position: (329, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (329, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (330, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Cert key for ssl.",
                 position: (330, 22),
                },
               ],
               position: (330, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (331, 7),
                },
               ],
              },
              to: String {
               parts: [],
               position: (331, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (332, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (332, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (332, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (329, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "staticRootPath",
            position: (335, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (335, 22),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (336, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Root path for static assets.",
                 position: (336, 22),
                },
               ],
               position: (336, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (337, 7),
                },
               ],
              },
              to: String {
               parts: [
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (337, 20),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (337, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/share/grafana/public",
                 position: (337, 32),
                },
               ],
               position: (337, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (338, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (338, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "\"",
                   position: (338, 41),
                  },
                  Raw {
                   content: "$",
                   position: (338, 42),
                  },
                  Raw {
                   content: "{package}/share/grafana/public\"",
                   position: (338, 45),
                  },
                 ],
                 position: (338, 39),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (339, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (339, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (339, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (335, 31),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "package",
            position: (342, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (342, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (343, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Package to use.",
                 position: (343, 22),
                },
               ],
               position: (343, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (344, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (344, 17),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "grafana",
                  position: (344, 22),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (345, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (345, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pkgs.grafana",
                   position: (345, 40),
                  },
                 ],
                 position: (345, 39),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (346, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (346, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "package",
                  position: (346, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (342, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "declarativePlugins",
            position: (349, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (349, 26),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (350, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (350, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "nullOr",
                 position: (350, 26),
                },
                arguments: [
                 Parentheses {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "listOf",
                    position: (350, 34),
                   },
                   arguments: [
                    Variable {
                     identifier: "path",
                     position: (350, 41),
                    },
                   ],
                  },
                  position: (350, 33),
                 },
                ],
               },
               position: (350, 14),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (351, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (351, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (352, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "If non-null, then a list of packages containing Grafana plugins to install. If set, plugins cannot be manually installed.",
                 position: (352, 22),
                },
               ],
               position: (352, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (353, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (353, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "with pkgs.grafanaPlugins; [ grafana-piechart-panel ]",
                   position: (353, 36),
                  },
                 ],
                 position: (353, 35),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "apply",
                 position: (357, 7),
                },
               ],
              },
              to: Function {
               argument: Simple {
                identifier: "x",
               },
               definition: IfThenElse {
                predicate: FunctionApplication {
                 function: Variable {
                  identifier: "isList",
                  position: (357, 21),
                 },
                 arguments: [
                  Variable {
                   identifier: "x",
                   position: (357, 28),
                  },
                 ],
                },
                then: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (357, 35),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "unique",
                     position: (357, 39),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  Variable {
                   identifier: "x",
                   position: (357, 46),
                  },
                 ],
                },
                else_: Variable {
                 identifier: "x",
                 position: (357, 53),
                },
                position: (357, 18),
               },
               position: (357, 15),
              },
             },
            ],
            recursive: false,
            position: (349, 35),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "dataDir",
            position: (360, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (360, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (361, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Data directory.",
                 position: (361, 22),
                },
               ],
               position: (361, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (362, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/var/lib/grafana",
                 position: (362, 18),
                },
               ],
               position: (362, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (363, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (363, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (363, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (360, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "database",
            position: (366, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "type",
               position: (367, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (367, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (368, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database type.",
                    position: (368, 24),
                   },
                  ],
                  position: (368, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (369, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "sqlite3",
                    position: (369, 20),
                   },
                  ],
                  position: (369, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (370, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (370, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (370, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "mysql",
                        position: (370, 29),
                       },
                      ],
                      position: (370, 28),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "sqlite3",
                        position: (370, 37),
                       },
                      ],
                      position: (370, 36),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "postgres",
                        position: (370, 47),
                       },
                      ],
                      position: (370, 46),
                     },
                    ],
                    position: (370, 27),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (367, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "host",
               position: (373, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (373, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (374, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database host.",
                    position: (374, 24),
                   },
                  ],
                  position: (374, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (375, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "127.0.0.1:3306",
                    position: (375, 20),
                   },
                  ],
                  position: (375, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (376, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (376, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (376, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (373, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "name",
               position: (379, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (379, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (380, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database name.",
                    position: (380, 24),
                   },
                  ],
                  position: (380, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (381, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "grafana",
                    position: (381, 20),
                   },
                  ],
                  position: (381, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (382, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (382, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (382, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (379, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "user",
               position: (385, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (385, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (386, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database user.",
                    position: (386, 24),
                   },
                  ],
                  position: (386, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (387, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "root",
                    position: (387, 20),
                   },
                  ],
                  position: (387, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (388, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (388, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (388, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (385, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "password",
               position: (391, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (391, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (392, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database password.\nThis option is mutual exclusive with the passwordFile option.\n",
                    position: (393, 1),
                   },
                  ],
                  position: (392, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (396, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [],
                  position: (396, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (397, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (397, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (397, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (391, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "passwordFile",
               position: (400, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (400, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (401, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "File that containts the database password.\nThis option is mutual exclusive with the password option.\n",
                    position: (402, 1),
                   },
                  ],
                  position: (401, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (405, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (405, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (406, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (406, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (406, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (406, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "path",
                       position: (406, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (400, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "path",
               position: (409, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (409, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (410, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Database path.",
                    position: (410, 24),
                   },
                  ],
                  position: (410, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (411, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (411, 22),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "dataDir",
                        position: (411, 26),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/data/grafana.db",
                    position: (411, 34),
                   },
                  ],
                  position: (411, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (412, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (412, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "\"",
                      position: (412, 43),
                     },
                     Raw {
                      content: "$",
                      position: (412, 44),
                     },
                     Raw {
                      content: "{config.",
                      position: (412, 47),
                     },
                     Interpolation {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "opt",
                        position: (412, 57),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "dataDir",
                          position: (412, 61),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "}/data/grafana.db\"",
                      position: (412, 69),
                     },
                    ],
                    position: (412, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (413, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (413, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "path",
                     position: (413, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (409, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "connMaxLifetime",
               position: (416, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (416, 25),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (417, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Sets the maximum amount of time (in seconds) a connection may be reused.\nFor MySQL this setting should be shorter than the `wait_timeout' variable.\n",
                    position: (418, 1),
                   },
                  ],
                  position: (417, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (421, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "unlimited",
                    position: (421, 20),
                   },
                  ],
                  position: (421, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (422, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 14400,
                  position: (422, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (423, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (423, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "either",
                      position: (423, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (423, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "int",
                       position: (423, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                   Parentheses {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (423, 40),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "enum",
                         position: (423, 46),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "unlimited",
                           position: (423, 54),
                          },
                         ],
                         position: (423, 53),
                        },
                       ],
                       position: (423, 51),
                      },
                     ],
                    },
                    position: (423, 39),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (416, 34),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (366, 16),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "provision",
            position: (427, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (428, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (428, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "provision",
                 position: (428, 32),
                },
               ],
               position: (428, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "datasources",
               position: (429, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (429, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (430, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Grafana datasources configuration.",
                    position: (430, 24),
                   },
                  ],
                  position: (430, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (431, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (431, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (432, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (432, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "listOf",
                      position: (432, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "grafanaTypes",
                     position: (432, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "datasourceConfig",
                       position: (432, 42),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "apply",
                    position: (433, 9),
                   },
                  ],
                 },
                 to: Function {
                  argument: Simple {
                   identifier: "x",
                  },
                  definition: FunctionApplication {
                   function: Variable {
                    identifier: "map",
                    position: (433, 20),
                   },
                   arguments: [
                    Variable {
                     identifier: "_filter",
                     position: (433, 24),
                    },
                    Variable {
                     identifier: "x",
                     position: (433, 32),
                    },
                   ],
                  },
                  position: (433, 17),
                 },
                },
               ],
               recursive: false,
               position: (429, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "dashboards",
               position: (435, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (435, 20),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (436, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Grafana dashboard configuration.",
                    position: (436, 24),
                   },
                  ],
                  position: (436, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (437, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (437, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (438, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (438, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "listOf",
                      position: (438, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "grafanaTypes",
                     position: (438, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "dashboardConfig",
                       position: (438, 42),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "apply",
                    position: (439, 9),
                   },
                  ],
                 },
                 to: Function {
                  argument: Simple {
                   identifier: "x",
                  },
                  definition: FunctionApplication {
                   function: Variable {
                    identifier: "map",
                    position: (439, 20),
                   },
                   arguments: [
                    Variable {
                     identifier: "_filter",
                     position: (439, 24),
                    },
                    Variable {
                     identifier: "x",
                     position: (439, 32),
                    },
                   ],
                  },
                  position: (439, 17),
                 },
                },
               ],
               recursive: false,
               position: (435, 29),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "notifiers",
               position: (441, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (441, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (442, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Grafana notifier configuration.",
                    position: (442, 24),
                   },
                  ],
                  position: (442, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (443, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (443, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (444, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (444, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "listOf",
                      position: (444, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "grafanaTypes",
                     position: (444, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "notifierConfig",
                       position: (444, 42),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "apply",
                    position: (445, 9),
                   },
                  ],
                 },
                 to: Function {
                  argument: Simple {
                   identifier: "x",
                  },
                  definition: FunctionApplication {
                   function: Variable {
                    identifier: "map",
                    position: (445, 20),
                   },
                   arguments: [
                    Variable {
                     identifier: "_filter",
                     position: (445, 24),
                    },
                    Variable {
                     identifier: "x",
                     position: (445, 32),
                    },
                   ],
                  },
                  position: (445, 17),
                 },
                },
               ],
               recursive: false,
               position: (441, 28),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (427, 17),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "security",
            position: (449, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "adminUser",
               position: (450, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (450, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (451, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Default admin username.",
                    position: (451, 24),
                   },
                  ],
                  position: (451, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (452, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "admin",
                    position: (452, 20),
                   },
                  ],
                  position: (452, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (453, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (453, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (453, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (450, 28),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "adminPassword",
               position: (456, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (456, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (457, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Default admin password.\nThis option is mutual exclusive with the adminPasswordFile option.\n",
                    position: (458, 1),
                   },
                  ],
                  position: (457, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (461, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "admin",
                    position: (461, 20),
                   },
                  ],
                  position: (461, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (462, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (462, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (462, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (456, 32),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "adminPasswordFile",
               position: (465, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (465, 27),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (466, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Default admin password.\nThis option is mutual exclusive with the <literal>adminPassword</literal> option.\n",
                    position: (467, 1),
                   },
                  ],
                  position: (466, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (470, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (470, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (471, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (471, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (471, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (471, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "path",
                       position: (471, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (465, 36),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "secretKey",
               position: (474, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (474, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (475, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Secret key used for signing.",
                    position: (475, 24),
                   },
                  ],
                  position: (475, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (476, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "SW2YcwTIb9zpOOhoPsMm",
                    position: (476, 20),
                   },
                  ],
                  position: (476, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (477, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (477, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (477, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (474, 28),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "secretKeyFile",
               position: (480, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (480, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (481, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Secret key used for signing.",
                    position: (481, 24),
                   },
                  ],
                  position: (481, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (482, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (482, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (483, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (483, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (483, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (483, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "path",
                       position: (483, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (480, 32),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (449, 16),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "smtp",
            position: (487, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (488, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (488, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "smtp",
                 position: (488, 32),
                },
               ],
               position: (488, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "host",
               position: (489, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (489, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (490, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Host to connect to.",
                    position: (490, 24),
                   },
                  ],
                  position: (490, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (491, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "localhost:25",
                    position: (491, 20),
                   },
                  ],
                  position: (491, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (492, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (492, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (492, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (489, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "user",
               position: (494, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (494, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (495, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "User used for authentication.",
                    position: (495, 24),
                   },
                  ],
                  position: (495, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (496, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [],
                  position: (496, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (497, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (497, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (497, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (494, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "password",
               position: (499, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (499, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (500, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Password used for authentication.\nThis option is mutual exclusive with the passwordFile option.\n",
                    position: (501, 1),
                   },
                  ],
                  position: (500, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (504, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [],
                  position: (504, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (505, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (505, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (505, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (499, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "passwordFile",
               position: (507, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (507, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (508, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Password used for authentication.\nThis option is mutual exclusive with the password option.\n",
                    position: (509, 1),
                   },
                  ],
                  position: (508, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (512, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (512, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (513, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (513, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (513, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (513, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "path",
                       position: (513, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (507, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "fromAddress",
               position: (515, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (515, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (516, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Email address used for sending.",
                    position: (516, 24),
                   },
                  ],
                  position: (516, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (517, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "admin@grafana.localhost",
                    position: (517, 20),
                   },
                  ],
                  position: (517, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (518, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (518, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (518, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (515, 30),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (487, 12),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "users",
            position: (522, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "allowSignUp",
               position: (523, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (523, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (524, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Disable user signup / registration.",
                    position: (524, 24),
                   },
                  ],
                  position: (524, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (525, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (525, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (526, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (526, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (526, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (523, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "allowOrgCreate",
               position: (529, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (529, 24),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (530, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether user is allowed to create organizations.",
                    position: (530, 24),
                   },
                  ],
                  position: (530, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (531, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (531, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (532, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (532, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (532, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (529, 33),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "autoAssignOrg",
               position: (535, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (535, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (536, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to automatically assign new users to default org.",
                    position: (536, 24),
                   },
                  ],
                  position: (536, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (537, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (537, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (538, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (538, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (538, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (535, 32),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "autoAssignOrgRole",
               position: (541, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (541, 27),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (542, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Default role new users will be auto assigned.",
                    position: (542, 24),
                   },
                  ],
                  position: (542, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (543, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Viewer",
                    position: (543, 20),
                   },
                  ],
                  position: (543, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (544, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (544, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (544, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "Viewer",
                        position: (544, 29),
                       },
                      ],
                      position: (544, 28),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Editor",
                        position: (544, 38),
                       },
                      ],
                      position: (544, 37),
                     },
                    ],
                    position: (544, 27),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (541, 36),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (522, 13),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "auth",
            position: (548, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "anonymous",
               position: (549, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (550, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (550, 18),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (551, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Whether to allow anonymous access.",
                       position: (551, 26),
                      },
                     ],
                     position: (551, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (552, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (552, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (553, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (553, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (553, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (550, 27),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "org_name",
                  position: (555, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (555, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (556, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Which organization to allow anonymous access to.",
                       position: (556, 26),
                      },
                     ],
                     position: (556, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (557, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Main Org.",
                       position: (557, 22),
                      },
                     ],
                     position: (557, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (558, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (558, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (558, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (555, 29),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "org_role",
                  position: (560, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (560, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (561, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Which role anonymous users have in the organization.",
                       position: (561, 26),
                      },
                     ],
                     position: (561, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (562, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Viewer",
                       position: (562, 22),
                      },
                     ],
                     position: (562, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (563, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (563, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (563, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (560, 29),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (549, 19),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "google",
               position: (566, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (567, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (567, 18),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (568, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Whether to allow Google OAuth2.",
                       position: (568, 26),
                      },
                     ],
                     position: (568, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (569, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (569, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (570, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (570, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (570, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (567, 27),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "allowSignUp",
                  position: (572, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (572, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (573, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Whether to allow sign up with Google OAuth2.",
                       position: (573, 26),
                      },
                     ],
                     position: (573, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (574, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (574, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (575, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (575, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (575, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (572, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "clientId",
                  position: (577, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (577, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (578, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Google OAuth2 client ID.",
                       position: (578, 26),
                      },
                     ],
                     position: (578, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (579, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [],
                     position: (579, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (580, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (580, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (580, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (577, 29),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "clientSecretFile",
                  position: (582, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (582, 28),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (583, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Google OAuth2 client secret.",
                       position: (583, 26),
                      },
                     ],
                     position: (583, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (584, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "null",
                     position: (584, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (585, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (585, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "nullOr",
                         position: (585, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (585, 31),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "path",
                          position: (585, 37),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                  ],
                  recursive: false,
                  position: (582, 37),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (566, 16),
            },
           },
          ],
          recursive: false,
          position: (548, 12),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "analytics",
            position: (590, 5),
           },
           Raw {
            content: "reporting",
            position: (590, 15),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (591, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (591, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (592, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to allow anonymous usage reporting to stats.grafana.net.",
                    position: (592, 24),
                   },
                  ],
                  position: (592, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (593, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (593, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (594, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (594, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (594, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               recursive: false,
               position: (591, 25),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (590, 27),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "extraOptions",
            position: (598, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (598, 20),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (599, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Extra configuration options passed as env variables as specified in\n<link xlink:href=\"http://docs.grafana.org/installation/configuration/\">documentation</link>,\nbut without GF_ prefix\n",
                 position: (600, 1),
                },
               ],
               position: (599, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (604, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (604, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (605, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (605, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "attrsOf",
                 position: (605, 26),
                },
                arguments: [
                 Parentheses {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "either",
                    position: (605, 35),
                   },
                   arguments: [
                    Variable {
                     identifier: "str",
                     position: (605, 42),
                    },
                    Variable {
                     identifier: "path",
                     position: (605, 46),
                    },
                   ],
                  },
                  position: (605, 34),
                 },
                ],
               },
               position: (605, 14),
              },
             },
            ],
            recursive: false,
            position: (598, 29),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (284, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (609, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (609, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (609, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (609, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "warnings",
              position: (610, 5),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "flatten",
             position: (610, 16),
            },
            arguments: [
             List {
              elements: [
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "optional",
                  position: (611, 8),
                 },
                 arguments: [
                  Parentheses {
                   expression: BinaryOperation {
                    operator: LogicalOr,
                    operands: [
                     BinaryOperation {
                      operator: NotEqualTo,
                      operands: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (612, 9),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "database",
                           position: (612, 13),
                          },
                          Raw {
                           content: "password",
                           position: (612, 22),
                          },
                         ],
                        },
                        default: None,
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "opt",
                         position: (612, 34),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "database",
                           position: (612, 38),
                          },
                          Raw {
                           content: "password",
                           position: (612, 47),
                          },
                          Raw {
                           content: "default",
                           position: (612, 56),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                      position: (612, 31),
                     },
                     BinaryOperation {
                      operator: NotEqualTo,
                      operands: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (613, 9),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "security",
                           position: (613, 13),
                          },
                          Raw {
                           content: "adminPassword",
                           position: (613, 22),
                          },
                         ],
                        },
                        default: None,
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "opt",
                         position: (613, 39),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "security",
                           position: (613, 43),
                          },
                          Raw {
                           content: "adminPassword",
                           position: (613, 52),
                          },
                          Raw {
                           content: "default",
                           position: (613, 66),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                      position: (613, 36),
                     },
                    ],
                    position: (612, 64),
                   },
                   position: (611, 17),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Grafana passwords will be stored as plaintext in the Nix store!",
                     position: (614, 10),
                    },
                   ],
                   position: (614, 9),
                  },
                 ],
                },
                position: (611, 7),
               },
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "optional",
                  position: (615, 8),
                 },
                 arguments: [
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "any",
                     position: (616, 9),
                    },
                    arguments: [
                     Parentheses {
                      expression: Function {
                       argument: Simple {
                        identifier: "x",
                       },
                       definition: BinaryOperation {
                        operator: LogicalOr,
                        operands: [
                         BinaryOperation {
                          operator: LogicalOr,
                          operands: [
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "x",
                               position: (616, 17),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "password",
                                 position: (616, 19),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (616, 31),
                             },
                            ],
                            position: (616, 28),
                           },
                           BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "x",
                               position: (616, 39),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "basicAuthPassword",
                                 position: (616, 41),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (616, 62),
                             },
                            ],
                            position: (616, 59),
                           },
                          ],
                          position: (616, 36),
                         },
                         BinaryOperation {
                          operator: NotEqualTo,
                          operands: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "x",
                             position: (616, 70),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "secureJsonData",
                               position: (616, 72),
                              },
                             ],
                            },
                            default: None,
                           },
                           Variable {
                            identifier: "null",
                            position: (616, 90),
                           },
                          ],
                          position: (616, 87),
                         },
                        ],
                        position: (616, 67),
                       },
                       position: (616, 14),
                      },
                      position: (616, 13),
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (616, 96),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "provision",
                         position: (616, 100),
                        },
                        Raw {
                         content: "datasources",
                         position: (616, 110),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                   position: (615, 17),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Datasource passwords will be stored as plaintext in the Nix store!",
                     position: (617, 10),
                    },
                   ],
                   position: (617, 9),
                  },
                 ],
                },
                position: (615, 7),
               },
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "optional",
                  position: (618, 8),
                 },
                 arguments: [
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "any",
                     position: (619, 9),
                    },
                    arguments: [
                     Parentheses {
                      expression: Function {
                       argument: Simple {
                        identifier: "x",
                       },
                       definition: BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "x",
                           position: (619, 17),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "secure_settings",
                             position: (619, 19),
                            },
                           ],
                          },
                          default: None,
                         },
                         Variable {
                          identifier: "null",
                          position: (619, 38),
                         },
                        ],
                        position: (619, 35),
                       },
                       position: (619, 14),
                      },
                      position: (619, 13),
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (619, 44),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "provision",
                         position: (619, 48),
                        },
                        Raw {
                         content: "notifiers",
                         position: (619, 58),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                   position: (618, 17),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Notifier secure settings will be stored as plaintext in the Nix store!",
                     position: (620, 10),
                    },
                   ],
                   position: (620, 9),
                  },
                 ],
                },
                position: (618, 7),
               },
              ],
              position: (610, 24),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (623, 5),
             },
             Raw {
              content: "systemPackages",
              position: (623, 17),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (623, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "package",
                 position: (623, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (623, 34),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "assertions",
              position: (625, 5),
             },
            ],
           },
           to: List {
            elements: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (627, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (627, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "database",
                        position: (627, 25),
                       },
                       Raw {
                        content: "password",
                        position: (627, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "opt",
                      position: (627, 46),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "database",
                        position: (627, 50),
                       },
                       Raw {
                        content: "password",
                        position: (627, 59),
                       },
                       Raw {
                        content: "default",
                        position: (627, 68),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (627, 43),
                  },
                  BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (627, 79),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "database",
                        position: (627, 83),
                       },
                       Raw {
                        content: "passwordFile",
                        position: (627, 92),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (627, 108),
                    },
                   ],
                   position: (627, 105),
                  },
                 ],
                 position: (627, 76),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (628, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cannot set both password and passwordFile",
                   position: (628, 20),
                  },
                 ],
                 position: (628, 19),
                },
               },
              ],
              recursive: false,
              position: (626, 7),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (631, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (631, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (631, 25),
                       },
                       Raw {
                        content: "adminPassword",
                        position: (631, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "opt",
                      position: (631, 51),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (631, 55),
                       },
                       Raw {
                        content: "adminPassword",
                        position: (631, 64),
                       },
                       Raw {
                        content: "default",
                        position: (631, 78),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (631, 48),
                  },
                  BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (631, 89),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (631, 93),
                       },
                       Raw {
                        content: "adminPasswordFile",
                        position: (631, 102),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (631, 123),
                    },
                   ],
                   position: (631, 120),
                  },
                 ],
                 position: (631, 86),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (632, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cannot set both adminPassword and adminPasswordFile",
                   position: (632, 20),
                  },
                 ],
                 position: (632, 19),
                },
               },
              ],
              recursive: false,
              position: (630, 7),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (635, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (635, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (635, 25),
                       },
                       Raw {
                        content: "secretKey",
                        position: (635, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "opt",
                      position: (635, 47),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (635, 51),
                       },
                       Raw {
                        content: "secretKey",
                        position: (635, 60),
                       },
                       Raw {
                        content: "default",
                        position: (635, 70),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (635, 44),
                  },
                  BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (635, 81),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "security",
                        position: (635, 85),
                       },
                       Raw {
                        content: "secretKeyFile",
                        position: (635, 94),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (635, 111),
                    },
                   ],
                   position: (635, 108),
                  },
                 ],
                 position: (635, 78),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (636, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cannot set both secretKey and secretKeyFile",
                   position: (636, 20),
                  },
                 ],
                 position: (636, 19),
                },
               },
              ],
              recursive: false,
              position: (634, 7),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (639, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (639, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "smtp",
                        position: (639, 25),
                       },
                       Raw {
                        content: "password",
                        position: (639, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "opt",
                      position: (639, 42),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "smtp",
                        position: (639, 46),
                       },
                       Raw {
                        content: "password",
                        position: (639, 51),
                       },
                       Raw {
                        content: "default",
                        position: (639, 60),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (639, 39),
                  },
                  BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (639, 71),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "smtp",
                        position: (639, 75),
                       },
                       Raw {
                        content: "passwordFile",
                        position: (639, 80),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (639, 96),
                    },
                   ],
                   position: (639, 93),
                  },
                 ],
                 position: (639, 68),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (640, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cannot set both password and passwordFile",
                   position: (640, 20),
                  },
                 ],
                 position: (640, 19),
                },
               },
              ],
              recursive: false,
              position: (638, 7),
             },
            ],
            position: (625, 18),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (644, 5),
             },
             Raw {
              content: "services",
              position: (644, 13),
             },
             Raw {
              content: "grafana",
              position: (644, 22),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (645, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Grafana Service Daemon",
                 position: (645, 22),
                },
               ],
               position: (645, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (646, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (646, 20),
                  },
                 ],
                 position: (646, 19),
                },
               ],
               position: (646, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "after",
                 position: (647, 7),
                },
               ],
              },
              to: BinaryOperation {
               operator: Concatenation,
               operands: [
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "networking.target",
                     position: (647, 17),
                    },
                   ],
                   position: (647, 16),
                  },
                 ],
                 position: (647, 15),
                },
                BinaryOperation {
                 operator: Concatenation,
                 operands: [
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (647, 40),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "optional",
                       position: (647, 44),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "usePostgresql",
                     position: (647, 53),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "postgresql.service",
                       position: (647, 68),
                      },
                     ],
                     position: (647, 67),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (647, 91),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "optional",
                       position: (647, 95),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "useMysql",
                     position: (647, 104),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "mysql.service",
                       position: (647, 114),
                      },
                     ],
                     position: (647, 113),
                    },
                   ],
                  },
                 ],
                 position: (647, 88),
                },
               ],
               position: (647, 37),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "environment",
                 position: (648, 7),
                },
               ],
              },
              to: BinaryOperation {
               operator: Update,
               operands: [
                Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "QT_QPA_PLATFORM",
                      position: (649, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "offscreen",
                      position: (649, 28),
                     },
                    ],
                    position: (649, 27),
                   },
                  },
                 ],
                 recursive: false,
                 position: (648, 21),
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mapAttrs'",
                  position: (650, 12),
                 },
                 arguments: [
                  Parentheses {
                   expression: Function {
                    argument: Simple {
                     identifier: "n",
                    },
                    definition: Function {
                     argument: Simple {
                      identifier: "v",
                     },
                     definition: FunctionApplication {
                      function: Variable {
                       identifier: "nameValuePair",
                       position: (650, 29),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: "GF_",
                          position: (650, 44),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "n",
                           position: (650, 49),
                          },
                         },
                        ],
                        position: (650, 43),
                       },
                       Parentheses {
                        expression: FunctionApplication {
                         function: Variable {
                          identifier: "toString",
                          position: (650, 54),
                         },
                         arguments: [
                          Variable {
                           identifier: "v",
                           position: (650, 63),
                          },
                         ],
                        },
                        position: (650, 53),
                       },
                      ],
                     },
                     position: (650, 26),
                    },
                    position: (650, 23),
                   },
                   position: (650, 22),
                  },
                  Variable {
                   identifier: "envOptions",
                   position: (650, 67),
                  },
                 ],
                },
               ],
               position: (650, 9),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "script",
                 position: (651, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "set -o errexit -o pipefail -o nounset -o errtrace\nshopt -s inherit_errexit\n\n",
                 position: (652, 1),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (655, 11),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (655, 27),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "auth",
                          position: (655, 31),
                         },
                         Raw {
                          content: "google",
                          position: (655, 36),
                         },
                         Raw {
                          content: "clientSecretFile",
                          position: (655, 43),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (655, 63),
                      },
                     ],
                     position: (655, 60),
                    },
                    position: (655, 26),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "GF_AUTH_GOOGLE_CLIENT_SECRET=\"$(<",
                      position: (656, 1),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "escapeShellArg",
                        position: (656, 46),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (656, 61),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "auth",
                            position: (656, 65),
                           },
                           Raw {
                            content: "google",
                            position: (656, 70),
                           },
                           Raw {
                            content: "clientSecretFile",
                            position: (656, 77),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                     Raw {
                      content: ")\"\nexport GF_AUTH_GOOGLE_CLIENT_SECRET\n",
                      position: (656, 94),
                     },
                    ],
                    position: (655, 69),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\n",
                 position: (658, 12),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (659, 11),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (659, 27),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "database",
                          position: (659, 31),
                         },
                         Raw {
                          content: "passwordFile",
                          position: (659, 40),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (659, 56),
                      },
                     ],
                     position: (659, 53),
                    },
                    position: (659, 26),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "GF_DATABASE_PASSWORD=\"$(<",
                      position: (660, 1),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "escapeShellArg",
                        position: (660, 38),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (660, 53),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "database",
                            position: (660, 57),
                           },
                           Raw {
                            content: "passwordFile",
                            position: (660, 66),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                     Raw {
                      content: ")\"\nexport GF_DATABASE_PASSWORD\n",
                      position: (660, 79),
                     },
                    ],
                    position: (659, 62),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\n",
                 position: (662, 12),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (663, 11),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (663, 27),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "security",
                          position: (663, 31),
                         },
                         Raw {
                          content: "adminPasswordFile",
                          position: (663, 40),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (663, 61),
                      },
                     ],
                     position: (663, 58),
                    },
                    position: (663, 26),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "GF_SECURITY_ADMIN_PASSWORD=\"$(<",
                      position: (664, 1),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "escapeShellArg",
                        position: (664, 44),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (664, 59),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "security",
                            position: (664, 63),
                           },
                           Raw {
                            content: "adminPasswordFile",
                            position: (664, 72),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                     Raw {
                      content: ")\"\nexport GF_SECURITY_ADMIN_PASSWORD\n",
                      position: (664, 90),
                     },
                    ],
                    position: (663, 67),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\n",
                 position: (666, 12),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (667, 11),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (667, 27),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "security",
                          position: (667, 31),
                         },
                         Raw {
                          content: "secretKeyFile",
                          position: (667, 40),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (667, 57),
                      },
                     ],
                     position: (667, 54),
                    },
                    position: (667, 26),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "GF_SECURITY_SECRET_KEY=\"$(<",
                      position: (668, 1),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "escapeShellArg",
                        position: (668, 40),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (668, 55),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "security",
                            position: (668, 59),
                           },
                           Raw {
                            content: "secretKeyFile",
                            position: (668, 68),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                     Raw {
                      content: ")\"\nexport GF_SECURITY_SECRET_KEY\n",
                      position: (668, 82),
                     },
                    ],
                    position: (667, 63),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\n",
                 position: (670, 12),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (671, 11),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (671, 27),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "smtp",
                          position: (671, 31),
                         },
                         Raw {
                          content: "passwordFile",
                          position: (671, 36),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (671, 52),
                      },
                     ],
                     position: (671, 49),
                    },
                    position: (671, 26),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "GF_SMTP_PASSWORD=\"$(<",
                      position: (672, 1),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "escapeShellArg",
                        position: (672, 34),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (672, 49),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "smtp",
                            position: (672, 53),
                           },
                           Raw {
                            content: "passwordFile",
                            position: (672, 58),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                     Raw {
                      content: ")\"\nexport GF_SMTP_PASSWORD\n",
                      position: (672, 71),
                     },
                    ],
                    position: (671, 58),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\n",
                 position: (674, 12),
                },
                Interpolation {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (675, 11),
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (675, 26),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "provision",
                       position: (675, 30),
                      },
                      Raw {
                       content: "enable",
                       position: (675, 40),
                      },
                     ],
                    },
                    default: None,
                   },
                   String {
                    parts: [
                     Raw {
                      content: "export GF_PATHS_PROVISIONING=",
                      position: (676, 1),
                     },
                     Interpolation {
                      expression: Variable {
                       identifier: "provisionConfDir",
                       position: (676, 42),
                      },
                     },
                     Raw {
                      content: ";\n",
                      position: (676, 59),
                     },
                    ],
                    position: (675, 47),
                   },
                  ],
                 },
                },
                Raw {
                 content: "\nexec ",
                 position: (677, 12),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (678, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (678, 20),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/grafana-server -homepath ",
                 position: (678, 28),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (678, 60),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "dataDir",
                     position: (678, 64),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\n",
                 position: (678, 72),
                },
               ],
               position: (651, 16),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (680, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "WorkingDirectory",
                    position: (681, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (681, 28),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "dataDir",
                     position: (681, 32),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "User",
                    position: (682, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "grafana",
                    position: (682, 17),
                   },
                  ],
                  position: (682, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RuntimeDirectory",
                    position: (683, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "grafana",
                    position: (683, 29),
                   },
                  ],
                  position: (683, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RuntimeDirectoryMode",
                    position: (684, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0755",
                    position: (684, 33),
                   },
                  ],
                  position: (684, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "AmbientCapabilities",
                    position: (686, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "lib",
                    position: (686, 31),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "mkIf",
                      position: (686, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: LessThan,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (686, 41),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "port",
                          position: (686, 45),
                         },
                        ],
                       },
                       default: None,
                      },
                      Int {
                       value: 1024,
                       position: (686, 52),
                      },
                     ],
                     position: (686, 50),
                    },
                    position: (686, 40),
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "CAP_NET_BIND_SERVICE",
                        position: (686, 61),
                       },
                      ],
                      position: (686, 60),
                     },
                    ],
                    position: (686, 58),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "CapabilityBoundingSet",
                    position: (687, 9),
                   },
                  ],
                 },
                 to: IfThenElse {
                  predicate: Parentheses {
                   expression: BinaryOperation {
                    operator: LessThan,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (687, 37),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "port",
                         position: (687, 41),
                        },
                       ],
                      },
                      default: None,
                     },
                     Int {
                      value: 1024,
                      position: (687, 48),
                     },
                    ],
                    position: (687, 46),
                   },
                   position: (687, 36),
                  },
                  then: List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "CAP_NET_BIND_SERVICE",
                       position: (687, 62),
                      },
                     ],
                     position: (687, 61),
                    },
                   ],
                   position: (687, 59),
                  },
                  else_: List {
                   elements: [
                    String {
                     parts: [],
                     position: (687, 93),
                    },
                   ],
                   position: (687, 91),
                  },
                  position: (687, 33),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "DeviceAllow",
                    position: (688, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [],
                    position: (688, 25),
                   },
                  ],
                  position: (688, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "LockPersonality",
                    position: (689, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (689, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "NoNewPrivileges",
                    position: (690, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (690, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "PrivateDevices",
                    position: (691, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (691, 26),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "PrivateTmp",
                    position: (692, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (692, 22),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectClock",
                    position: (693, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (693, 24),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectControlGroups",
                    position: (694, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (694, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectHome",
                    position: (695, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (695, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectHostname",
                    position: (696, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (696, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelLogs",
                    position: (697, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (697, 29),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelModules",
                    position: (698, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (698, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelTunables",
                    position: (699, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (699, 33),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectProc",
                    position: (700, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "invisible",
                    position: (700, 24),
                   },
                  ],
                  position: (700, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectSystem",
                    position: (701, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "full",
                    position: (701, 26),
                   },
                  ],
                  position: (701, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RemoveIPC",
                    position: (702, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (702, 21),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictAddressFamilies",
                    position: (703, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "AF_INET",
                      position: (703, 38),
                     },
                    ],
                    position: (703, 37),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "AF_INET6",
                      position: (703, 48),
                     },
                    ],
                    position: (703, 47),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "AF_UNIX",
                      position: (703, 59),
                     },
                    ],
                    position: (703, 58),
                   },
                  ],
                  position: (703, 35),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictNamespaces",
                    position: (704, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (704, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictRealtime",
                    position: (705, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (705, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictSUIDSGID",
                    position: (706, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (706, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "SystemCallArchitectures",
                    position: (707, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "native",
                    position: (707, 36),
                   },
                  ],
                  position: (707, 35),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "SystemCallFilter",
                    position: (710, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "@system-service",
                      position: (710, 31),
                     },
                    ],
                    position: (710, 30),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "~@privileged",
                      position: (710, 49),
                     },
                    ],
                    position: (710, 48),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "~@resources",
                      position: (710, 64),
                     },
                    ],
                    position: (710, 63),
                   },
                  ],
                  position: (710, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "UMask",
                    position: (711, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0027",
                    position: (711, 18),
                   },
                  ],
                  position: (711, 17),
                 },
                },
               ],
               recursive: false,
               position: (680, 23),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "preStart",
                 position: (713, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "ln -fs ",
                 position: (714, 1),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (714, 18),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (714, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/share/grafana/conf ",
                 position: (714, 30),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (714, 52),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "dataDir",
                     position: (714, 56),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\nln -fs ",
                 position: (714, 64),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (715, 18),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (715, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/share/grafana/tools ",
                 position: (715, 30),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (715, 53),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "dataDir",
                     position: (715, 57),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\n",
                 position: (715, 65),
                },
               ],
               position: (713, 18),
              },
             },
            ],
            recursive: false,
            position: (644, 32),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (719, 5),
             },
             Raw {
              content: "users",
              position: (719, 11),
             },
             Raw {
              content: "grafana",
              position: (719, 17),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "uid",
                 position: (720, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (720, 13),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "ids",
                  position: (720, 20),
                 },
                 Raw {
                  content: "uids",
                  position: (720, 24),
                 },
                 Raw {
                  content: "grafana",
                  position: (720, 29),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (721, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Grafana user",
                 position: (721, 22),
                },
               ],
               position: (721, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "home",
                 position: (722, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (722, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "dataDir",
                  position: (722, 18),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "createHome",
                 position: (723, 7),
                },
               ],
              },
              to: Variable {
               identifier: "true",
               position: (723, 20),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "group",
                 position: (724, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "grafana",
                 position: (724, 16),
                },
               ],
               position: (724, 15),
              },
             },
            ],
            recursive: false,
            position: (719, 27),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (726, 5),
             },
             Raw {
              content: "groups",
              position: (726, 11),
             },
             Raw {
              content: "grafana",
              position: (726, 18),
             },
            ],
           },
           to: Map {
            bindings: [],
            recursive: false,
            position: (726, 28),
           },
          },
         ],
         recursive: false,
         position: (609, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (283, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}