Skip to content

Commit c2852c8

Browse files
committed
add new routes for query mode
1 parent acf9144 commit c2852c8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

content/terraform-plugin-testing/v1.14.x/data/plugin-testing-nav-data.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
}, {
2626
"title": "Import mode",
2727
"path": "acceptance-tests/import-mode"
28-
}]
28+
}, {
29+
"title": "Query mode",
30+
"path": "acceptance-tests/query-mode"
31+
}]
2932
},
3033
{
3134
"title": "Terraform Version Checks",
@@ -73,6 +76,23 @@
7376
}
7477
]
7578
},
79+
{
80+
"title": "Query Checks",
81+
"routes": [
82+
{
83+
"title": "Overview",
84+
"path": "acceptance-tests/query-checks"
85+
},
86+
{
87+
"title": "Query Result Query Checks",
88+
"path": "acceptance-tests/query-checks/query-result"
89+
},
90+
{
91+
"title": "Custom Query Checks",
92+
"path": "acceptance-tests/query-checks/custom"
93+
}
94+
]
95+
},
7696
{
7797
"title": "Known Value Checks",
7898
"routes": [

0 commit comments

Comments
 (0)