Skip to content

Commit 8b8f5a5

Browse files
Fix collapsed markdown for enum values on Terraform website (#3783) (#2327)
Signed-off-by: Modular Magician <[email protected]>
1 parent d8daeae commit 8b8f5a5

File tree

131 files changed

+1493
-1933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+1493
-1933
lines changed

.changelog/3783.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
Fix markdown for enum values
3+
```

website/docs/r/access_context_manager_access_level.html.markdown

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ The following arguments are supported:
9494

9595
* `basic` -
9696
(Optional)
97-
A set of predefined conditions for the access level and a combining function. Structure is documented below.
97+
A set of predefined conditions for the access level and a combining function.
98+
Structure is documented below.
9899

99100
* `custom` -
100101
(Optional)
101102
Custom access level conditions are set using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request.
102-
See CEL spec at: https://github.com/google/cel-spec. Structure is documented below.
103+
See CEL spec at: https://github.com/google/cel-spec.
104+
Structure is documented below.
103105

104106

105107
The `basic` block supports:
@@ -111,16 +113,13 @@ The `basic` block supports:
111113
conditions must be satisfied for the AccessLevel to be applied. If
112114
OR is used, at least one Condition in conditions must be satisfied
113115
for the AccessLevel to be applied.
114-
115-
Default value: `AND`
116-
117-
Possible values are:
118-
* `AND`
119-
* `OR`
116+
Default value is `AND`.
117+
Possible values are `AND` and `OR`.
120118

121119
* `conditions` -
122120
(Required)
123-
A set of requirements for the AccessLevel to be granted. Structure is documented below.
121+
A set of requirements for the AccessLevel to be granted.
122+
Structure is documented below.
124123

125124

126125
The `conditions` block supports:
@@ -166,7 +165,8 @@ The `conditions` block supports:
166165
(Optional)
167166
Device specific restrictions, all restrictions must hold for
168167
the Condition to be true. If not specified, all devices are
169-
allowed. Structure is documented below.
168+
allowed.
169+
Structure is documented below.
170170

171171
* `regions` -
172172
(Optional)
@@ -195,7 +195,8 @@ The `device_policy` block supports:
195195
* `os_constraints` -
196196
(Optional)
197197
A list of allowed OS versions.
198-
An empty list allows all types and all versions. Structure is documented below.
198+
An empty list allows all types and all versions.
199+
Structure is documented below.
199200

200201
* `require_admin_approval` -
201202
(Optional)
@@ -217,21 +218,16 @@ The `os_constraints` block supports:
217218
* `os_type` -
218219
(Required)
219220
The operating system type of the device.
220-
221-
Possible values are:
222-
* `OS_UNSPECIFIED`
223-
* `DESKTOP_MAC`
224-
* `DESKTOP_WINDOWS`
225-
* `DESKTOP_LINUX`
226-
* `DESKTOP_CHROME_OS`
221+
Possible values are `OS_UNSPECIFIED`, `DESKTOP_MAC`, `DESKTOP_WINDOWS`, `DESKTOP_LINUX`, and `DESKTOP_CHROME_OS`.
227222

228223
The `custom` block supports:
229224

230225
* `expr` -
231226
(Required)
232227
Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language.
233228
This page details the objects and attributes that are used to the build the CEL expressions for
234-
custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. Structure is documented below.
229+
custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec.
230+
Structure is documented below.
235231

236232

237233
The `expr` block supports:

website/docs/r/access_context_manager_service_perimeter.html.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,25 +154,23 @@ The following arguments are supported:
154154
topologies with many independent perimeters that need to share some data
155155
with a common perimeter, but should not be able to share data among
156156
themselves.
157-
158-
Default value: `PERIMETER_TYPE_REGULAR`
159-
160-
Possible values are:
161-
* `PERIMETER_TYPE_REGULAR`
162-
* `PERIMETER_TYPE_BRIDGE`
157+
Default value is `PERIMETER_TYPE_REGULAR`.
158+
Possible values are `PERIMETER_TYPE_REGULAR` and `PERIMETER_TYPE_BRIDGE`.
163159

164160
* `status` -
165161
(Optional)
166162
ServicePerimeter configuration. Specifies sets of resources,
167163
restricted services and access levels that determine
168-
perimeter content and boundaries. Structure is documented below.
164+
perimeter content and boundaries.
165+
Structure is documented below.
169166

170167
* `spec` -
171168
(Optional)
172169
Proposed (or dry run) ServicePerimeter configuration.
173170
This configuration allows to specify and test ServicePerimeter configuration
174171
without enforcing actual access restrictions. Only allowed to be set when
175-
the `useExplicitDryRunSpec` flag is set. Structure is documented below.
172+
the `useExplicitDryRunSpec` flag is set.
173+
Structure is documented below.
176174

177175
* `use_explicit_dry_run_spec` -
178176
(Optional)
@@ -218,7 +216,8 @@ The `status` block supports:
218216
* `vpc_accessible_services` -
219217
(Optional)
220218
Specifies how APIs are allowed to communicate within the Service
221-
Perimeter. Structure is documented below.
219+
Perimeter.
220+
Structure is documented below.
222221

223222

224223
The `vpc_accessible_services` block supports:
@@ -264,7 +263,8 @@ The `spec` block supports:
264263
* `vpc_accessible_services` -
265264
(Optional)
266265
Specifies how APIs are allowed to communicate within the Service
267-
Perimeter. Structure is documented below.
266+
Perimeter.
267+
Structure is documented below.
268268

269269

270270
The `vpc_accessible_services` block supports:

website/docs/r/app_engine_application_url_dispatch_rules.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ The following arguments are supported:
9292

9393
* `dispatch_rules` -
9494
(Required)
95-
Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.
95+
Rules to match an HTTP request and dispatch that request to a service.
96+
Structure is documented below.
9697

9798

9899
The `dispatch_rules` block supports:

website/docs/r/app_engine_domain_mapping.html.markdown

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,15 @@ The following arguments are supported:
6464

6565
* `ssl_settings` -
6666
(Optional)
67-
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. Structure is documented below.
67+
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
68+
Structure is documented below.
6869

6970
* `override_strategy` -
7071
(Optional)
7172
Whether the domain creation should override any existing mappings for this domain.
7273
By default, overrides are rejected.
73-
74-
Default value: `STRICT`
75-
76-
Possible values are:
77-
* `STRICT`
78-
* `OVERRIDE`
74+
Default value is `STRICT`.
75+
Possible values are `STRICT` and `OVERRIDE`.
7976

8077
* `project` - (Optional) The ID of the project in which the resource belongs.
8178
If it is not provided, the provider project is used.
@@ -96,10 +93,7 @@ The `ssl_settings` block supports:
9693
(Required)
9794
SSL management type for this domain. If `AUTOMATIC`, a managed certificate is automatically provisioned.
9895
If `MANUAL`, `certificateId` must be manually specified in order to configure SSL for this domain.
99-
100-
Possible values are:
101-
* `AUTOMATIC`
102-
* `MANUAL`
96+
Possible values are `AUTOMATIC` and `MANUAL`.
10397

10498
* `pending_managed_certificate_id` -
10599
ID of the managed `AuthorizedCertificate` resource currently being provisioned, if applicable. Until the new
@@ -119,7 +113,8 @@ In addition to the arguments listed above, the following computed attributes are
119113

120114
* `resource_records` -
121115
The resource records required to configure this domain mapping. These records must be added to the domain's DNS
122-
configuration in order to serve the application via this domain mapping. Structure is documented below.
116+
configuration in order to serve the application via this domain mapping.
117+
Structure is documented below.
123118

124119

125120
The `resource_records` block contains:
@@ -135,11 +130,7 @@ The `resource_records` block contains:
135130
* `type` -
136131
(Optional)
137132
Resource record type. Example: `AAAA`.
138-
139-
Possible values are:
140-
* `A`
141-
* `AAAA`
142-
* `CNAME`
133+
Possible values are `A`, `AAAA`, and `CNAME`.
143134

144135
## Timeouts
145136

website/docs/r/app_engine_firewall_rule.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ The following arguments are supported:
7373
* `action` -
7474
(Required)
7575
The action to take if this rule matches.
76-
77-
Possible values are:
78-
* `UNSPECIFIED_ACTION`
79-
* `ALLOW`
80-
* `DENY`
76+
Possible values are `UNSPECIFIED_ACTION`, `ALLOW`, and `DENY`.
8177

8278

8379
- - -

0 commit comments

Comments
 (0)