github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/import/terravalet_imports_definitions.json (about)

     1  {
     2    "github_repository": {
     3      "priority": 1,
     4      "variables": [
     5        "name"
     6      ]
     7    },
     8    "github_repository_autolink_reference": {
     9      "separator": "/",
    10      "variables": [
    11        "repository",
    12        "key_prefix"
    13      ]
    14    },
    15    "github_branch_default": {
    16      "variables": [
    17        "repository"
    18      ]
    19    },
    20    "github_branch_protection": {
    21      "separator": ":",
    22      "variables": [
    23        "repository_id",
    24        "pattern"
    25      ]
    26    },
    27    "github_branch_protection_v3": {
    28      "separator": ":",
    29      "variables": [
    30        "repository",
    31        "branch"
    32      ]
    33    },
    34    "github_team_repository": {
    35      "separator": ":",
    36      "variables": [
    37        "team_id",
    38        "repository"
    39      ]
    40    },
    41    "github_repository_collaborator": {
    42      "separator": ":",
    43      "variables": [
    44        "repository",
    45        "username"
    46      ]
    47    },
    48    "github_issue_label": {
    49      "separator": ":",
    50       "variables": [
    51         "repository",
    52         "name"
    53       ]
    54    },
    55    "dummy_resource1": {
    56      "priority": 1,
    57      "variables": [
    58        "tag"
    59      ]
    60    },
    61    "dummy_resource2": {
    62      "variables": [
    63        "long_name"
    64      ]
    65    },
    66    "dummy_resource3": {
    67      "separator": ":",
    68      "variables": [
    69        "etag",
    70        "vtag"
    71      ]
    72    }
    73  }