We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cf3bf commit 5d02ebaCopy full SHA for 5d02eba
1 file changed
contributing/topics/reference-documentation-standards.md
@@ -71,6 +71,8 @@ The following conventions apply to code fences:
71
72
The ``## Arguments Reference`` section is used to document fields that can be set by the user in the Terraform configuration.
73
74
+Directly after the initial heading of ``## Arguments Reference`` you must include the exact text ``The following arguments are supported:``.
75
+
76
### Descriptions
77
78
The following conventions apply to argument descriptions:
@@ -118,6 +120,8 @@ Example:
118
120
```markdown
119
121
## Arguments Reference
122
123
+The following arguments are supported:
124
125
* `name` - (Required) The name which should be used for this resource.
126
127
* `resource_group_name` - (Required) The name which should be used for this resource.
0 commit comments