Skip to content

Commit 121c1f5

Browse files
Fix bug in generator logic (#4131) (#2625)
Signed-off-by: Modular Magician <[email protected]>
1 parent 3b2aa0f commit 121c1f5

15 files changed

+18
-5
lines changed

.changelog/4131.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/app_engine_flexible_app_version.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,10 @@ The `liveness_check` block supports:
329329
If it is not provided, the provider project is used.
330330

331331
* `noop_on_destroy` - (Optional) If set to `true`, the application version will not be deleted.
332+
332333
* `delete_service_on_destroy` - (Optional) If set to `true`, the service will be deleted if it is the last version.
333334

335+
334336
The `network` block supports:
335337

336338
* `forwarded_ports` -

website/docs/r/app_engine_standard_app_version.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,10 @@ The `files` block supports:
243243
If it is not provided, the provider project is used.
244244

245245
* `noop_on_destroy` - (Optional) If set to `true`, the application version will not be deleted.
246+
246247
* `delete_service_on_destroy` - (Optional) If set to `true`, the service will be deleted if it is the last version.
247248

249+
248250
The `handlers` block supports:
249251

250252
* `url_regex` -

website/docs/r/bigquery_dataset.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ The following arguments are supported:
185185
dataset when destroying the resource; otherwise,
186186
destroying the resource will fail if tables are present.
187187

188+
188189
The `access` block supports:
189190

190191
* `domain` -

website/docs/r/cloud_run_service.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ is also set.
566566
(For legacy support, if `template.metadata.name` is unset in state while
567567
this field is set to false, the revision name will still autogenerate.)
568568

569+
569570
The `metadata` block supports:
570571

571572
* `labels` -

website/docs/r/cloudiot_device_registry.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ The following arguments are supported:
161161
* `project` - (Optional) The ID of the project in which the resource belongs.
162162
If it is not provided, the provider project is used.
163163

164-
165164
* `state_notification_config` - A PubSub topic to publish device state updates.
166165
The structure is documented below.
167166

website/docs/r/compute_firewall.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ The following arguments are supported:
206206
* `project` - (Optional) The ID of the project in which the resource belongs.
207207
If it is not provided, the provider project is used.
208208

209-
210209
* `enable_logging` - (Optional, Deprecated) This field denotes whether to enable logging for a particular firewall rule.
211210
If logging is enabled, logs will be exported to Stackdriver. Deprecated in favor of `log_config`
212211

website/docs/r/compute_network.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ The following arguments are supported:
111111
* `delete_default_routes_on_create` - (Optional) If set to `true`, default routes (`0.0.0.0/0`) will be deleted
112112
immediately after network creation. Defaults to `false`.
113113

114+
114115
## Attributes Reference
115116

116117
In addition to the arguments listed above, the following computed attributes are exported:

website/docs/r/compute_per_instance_config.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,19 @@ Default is `NONE`. Possible values are:
137137
* RESTART
138138
* REFRESH
139139
* NONE
140+
140141
* `most_disruptive_allowed_action` - (Optional) The most disruptive action to perform on the instance during an update.
141142
Default is `REPLACE`. Possible values are:
142143
* REPLACE
143144
* RESTART
144145
* REFRESH
145146
* NONE
147+
146148
* `remove_instance_state_on_destroy` - (Optional) When true, deleting this config will immediately remove any specified state from the underlying instance.
147149
When false, deleting this config will *not* immediately remove any state from the underlying instance.
148150
State will be removed on the next instance recreation or update.
149151

152+
150153
The `preserved_state` block supports:
151154

152155
* `metadata` -

website/docs/r/compute_region_per_instance_config.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,19 @@ Default is `NONE`. Possible values are:
138138
* RESTART
139139
* REFRESH
140140
* NONE
141+
141142
* `most_disruptive_allowed_action` - (Optional) The most disruptive action to perform on the instance during an update.
142143
Default is `REPLACE`. Possible values are:
143144
* REPLACE
144145
* RESTART
145146
* REFRESH
146147
* NONE
148+
147149
* `remove_instance_state_on_destroy` - (Optional) When true, deleting this config will immediately remove any specified state from the underlying instance.
148150
When false, deleting this config will *not* immediately remove any state from the underlying instance.
149151
State will be removed on the next instance recreation or update.
150152

153+
151154
The `preserved_state` block supports:
152155

153156
* `metadata` -

0 commit comments

Comments
 (0)