Skip to content

Commit 050ba43

Browse files
committed
Adding data handling directory and terraform concepts placeholder page (#418)
1 parent 60a4462 commit 050ba43

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

website/data/plugin-framework-nav-data.json

+4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
{
118118
"title": "Handling Data",
119119
"routes": [
120+
{
121+
"title": "Terraform Concepts",
122+
"path": "handling-data/terraform-concepts"
123+
},
120124
{
121125
"title": "Schemas",
122126
"path": "handling-data/schemas"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
page_title: 'Plugin Development - Framework: Handling Data - Terraform Concepts'
3+
description: >-
4+
Terraform concepts.
5+
---
6+
7+
# Terraform Concepts

0 commit comments

Comments
 (0)