8
8
* [Provider Features](#<%= name %> -provider-features)
9
9
<% end -%>
10
10
11
- ### [ Description]( #<%= name %> -description)
11
+ ### Description { #<%= name %> -description}
12
12
13
13
<%= this_type['description'] %>
14
14
15
- ### [ Attributes]( #<%= name %> -attributes)
15
+ ### Attributes { #<%= name %> -attributes}
16
16
17
17
<pre > < code > <%= name %> { 'resource title':
18
18
<% sorted_attribute_list . each do |attribute_name | -%>
23
23
24
24
<% sorted_attribute_list . each do |attribute_name | -%>
25
25
26
- #### [ <%= attribute_name %> ]( #<%= name %> -attribute-<%= attribute_name %> )
26
+ #### <%= attribute_name %> { #<%= name %> -attribute-<%= attribute_name %> }
27
27
28
28
<% if this_type [ 'attributes' ] [ attribute_name ] [ 'namevar' ] -%>
29
29
<% if attribute_name != 'provider' %> _(**Namevar:** If omitted, this attribute's value defaults to the resource's title.)_<%= "\n \n " -%>
@@ -44,17 +44,17 @@ Requires features <%= this_type['attributes'][attribute_name]['required_features
44
44
-%>
45
45
46
46
<% if !this_type [ 'providers' ] . empty? -%>
47
- ### [ Providers]( #<%= name %> -providers)
47
+ ### Providers { #<%= name %> -providers}
48
48
49
49
<% end -%>
50
50
<% this_type [ 'providers' ] . keys . sort . each do |provider_name | -%>
51
- #### [ <%= provider_name %> ]( #<%= name %> -provider-<%= provider_name %> )
51
+ #### <%= provider_name %> { #<%= name %> -provider-<%= provider_name %> }
52
52
53
53
<%= this_type [ 'providers' ] [ provider_name ] [ 'description' ] %>
54
54
55
55
<% end -%>
56
56
<% if !this_type [ 'features' ] . empty? -%>
57
- ### [ Provider Features]( #<%= name %> -provider-features)
57
+ ### Provider Features { #<%= name %> -provider-features}
58
58
59
59
Available features:
60
60
0 commit comments