Skip to content

Commit 97cbb13

Browse files
authored
Docs: fix timeouts in all resource docs (hashicorp#29517)
* Docs: fix timeouts * add result of duplicate entry check * result of reordering timeouts * add missing timeouts * add required manual fixes * add missing timeouts section * replace TODO in templated section * `azurerm_resource_provider_registration` - revert changes, exception to rule
1 parent c9e636c commit 97cbb13

File tree

600 files changed

+873
-880
lines changed

Some content is hidden

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

600 files changed

+873
-880
lines changed

website/docs/d/automation_variable_object.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ The following attributes are exported:
5050

5151
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
5252

53-
- `read` - (Defaults to 5 minutes) Used when retrieving the Automation Object Variable.
53+
* `read` - (Defaults to 5 minutes) Used when retrieving the Automation Object Variable.

website/docs/d/automation_variables.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ A `variable` block exports the following attributes:
6767

6868
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
6969

70-
- `read` - (Defaults to 5 minutes) Used when retrieving the Automation String Variable.
70+
* `read` - (Defaults to 5 minutes) Used when retrieving the Automation String Variable.

website/docs/d/backup_policy_file_share.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ The following attributes are exported:
4040

4141
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
4242

43-
- `read` - (Defaults to 5 minutes) Used when retrieving the Recovery Services File Share Protection Policy.
43+
* `read` - (Defaults to 5 minutes) Used when retrieving the Recovery Services File Share Protection Policy.

website/docs/d/blueprint_definition.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ data "azurerm_blueprint_definition" "example" {
5454

5555
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
5656

57-
* `read` - (Defaults to 5 minutes) Used when retrieving the Blueprint Published Version.
57+
* `read` - (Defaults to 5 minutes) Used when retrieving the Blueprint Published Version.

website/docs/d/data_factory.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ A `vsts_configuration` block exports the following:
9595

9696
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
9797

98-
- `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory.
98+
* `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory.

website/docs/d/data_factory_trigger_schedule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ A `monthly` block exports the following:
8383

8484
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
8585

86-
- `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory trigger schedule.
86+
* `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory trigger schedule.

website/docs/d/data_factory_trigger_schedules.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ In addition to the Arguments listed above - the following Attributes are exporte
4040

4141
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
4242

43-
- `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory trigger schedules.
43+
* `read` - (Defaults to 5 minutes) Used when retrieving the Azure Data Factory trigger schedules.

website/docs/d/function_app_host_keys.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ In addition to the Arguments listed above - the following Attributes are exporte
4646
- `webpubsub_extension_key` - Function App resource's Web PubSub Extension system key.
4747

4848
- `blobs_extension_key` - Function App resource's Blobs Extension system key.
49+
50+
## Timeouts
51+
52+
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
53+
54+
* `read` - (Defaults to 5 minutes) Used when retrieving the Function App Host Keys

website/docs/d/key_vault_encrypted_value.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ The following attributes are exported:
7272

7373
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
7474

75-
* `read` - (Defaults to 5 minutes) Used when encrypting/decrypting this value.
75+
* `read` - (Defaults to 5 minutes) Used when retrieving the Encrypted Value

website/docs/d/monitor_workspace.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ output "query_endpoint" {
5151

5252
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:
5353

54-
- `read` - (Defaults to 5 minutes) Used when retrieving the Workspace.
54+
* `read` - (Defaults to 5 minutes) Used when retrieving the Workspace.

0 commit comments

Comments
 (0)