We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde4ee commit 73a3898Copy full SHA for 73a3898
src/examples/code/default.tf
@@ -7,16 +7,10 @@ terraform {
7
}
8
9
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!
+# Welcome to the Parameters Playground. You can:
+# - edit user data in the "users" tab
+# - share your form via URL
+# - delete the Terraform below to start from scratch
20
21
locals {
22
ides = [
0 commit comments