Skip to content

Commit 73a3898

Browse files
committed
chore: shorten default template comment
1 parent acde4ee commit 73a3898

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/examples/code/default.tf

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ terraform {
77
}
88
}
99

10-
# This example shows new form types and conditionality using dynamic parameters.
11-
# When starting from scratch, retain the providers block above.
12-
#
13-
# In the playground, you can get started with:
14-
# - snippets for parameter types
15-
# - example forms for advanced use
16-
# - documentation for how and when to enable Dynamic Parameters.
17-
#
18-
# You can edit user data in the "users" tab, and share your form via URL.
19-
# Enjoy Dynamic Parameters!
10+
# Welcome to the Parameters Playground. You can:
11+
# - edit user data in the "users" tab
12+
# - share your form via URL
13+
# - delete the Terraform below to start from scratch
2014

2115
locals {
2216
ides = [

0 commit comments

Comments
 (0)