You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/objectstorage_bucket.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ page_title: "stackit_objectstorage_bucket Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
ObjectStorage bucket data source schema. Must have a region specified in the provider configuration.
7
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
7
8
---
8
9
9
10
# stackit_objectstorage_bucket (Data Source)
10
11
11
12
ObjectStorage bucket data source schema. Must have a `region` specified in the provider configuration.
12
13
14
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
Copy file name to clipboardExpand all lines: docs/data-sources/objectstorage_credential.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ page_title: "stackit_objectstorage_credential Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
ObjectStorage credential data source schema. Must have a region specified in the provider configuration.
7
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
7
8
---
8
9
9
10
# stackit_objectstorage_credential (Data Source)
10
11
11
12
ObjectStorage credential data source schema. Must have a `region` specified in the provider configuration.
12
13
14
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
Copy file name to clipboardExpand all lines: docs/data-sources/objectstorage_credentials_group.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ page_title: "stackit_objectstorage_credentials_group Data Source - stackit"
4
4
subcategory: ""
5
5
description: |-
6
6
ObjectStorage credentials group data source schema. Must have a region specified in the provider configuration.
7
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
ObjectStorage credentials group data source schema. Must have a `region` specified in the provider configuration.
12
13
14
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
Copy file name to clipboardExpand all lines: docs/resources/objectstorage_bucket.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ subcategory: ""
5
5
description: |-
6
6
ObjectStorage bucket resource schema. Must have a region specified in the provider configuration.
7
7
~> This resource cannot be destroyed if the bucket contains objects. Please ensure the bucket is empty before attempting to destroy it.
8
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
8
9
---
9
10
10
11
# stackit_objectstorage_bucket (Resource)
@@ -13,6 +14,8 @@ ObjectStorage bucket resource schema. Must have a `region` specified in the prov
13
14
14
15
~> This resource cannot be destroyed if the bucket contains objects. Please ensure the bucket is empty before attempting to destroy it.
15
16
17
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
ObjectStorage credential resource schema. Must have a region specified in the provider configuration.
7
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
7
8
---
8
9
9
10
# stackit_objectstorage_credential (Resource)
10
11
11
12
ObjectStorage credential resource schema. Must have a `region` specified in the provider configuration.
12
13
14
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
ObjectStorage credentials group resource schema. Must have a region specified in the provider configuration.
7
+
-> Note: States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
ObjectStorage credentials group resource schema. Must have a `region` specified in the provider configuration.
12
13
14
+
-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.
"main": "ObjectStorage bucket data source schema. Must have a `region` specified in the provider configuration.",
63
+
"main": "ObjectStorage bucket data source schema. Must have a `region` specified in the provider configuration.\n\n"+
64
+
"-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.",
64
65
"id": "Terraform's internal data source identifier. It is structured as \"`project_id`,`region`,`name`\".",
65
66
"name": "The bucket name. It must be DNS conform.",
66
67
"project_id": "STACKIT Project ID to which the bucket is associated.",
"main": "ObjectStorage bucket resource schema. Must have a `region` specified in the provider configuration.\n\n"+
123
-
"~> This resource cannot be destroyed if the bucket contains objects. Please ensure the bucket is empty before attempting to destroy it.",
123
+
"~> This resource cannot be destroyed if the bucket contains objects. Please ensure the bucket is empty before attempting to destroy it.\n\n"+
124
+
"-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.",
124
125
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`name`\".",
125
126
"name": "The bucket name. It must be DNS conform.",
126
127
"project_id": "STACKIT Project ID to which the bucket is associated.",
descriptions:=map[string]string{ //nolint:gosec // description for credential id
73
-
"main": "ObjectStorage credential data source schema. Must have a `region` specified in the provider configuration.",
73
+
"main": "ObjectStorage credential data source schema. Must have a `region` specified in the provider configuration.\n\n"+
74
+
"-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.",
74
75
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`credentials_group_id`,`credential_id`\".",
75
76
"credential_id": "The credential ID.",
76
77
"credentials_group_id": "The credential group ID.",
descriptions:=map[string]string{ //nolint:gosec // description for credential id
163
-
"main": "ObjectStorage credential resource schema. Must have a `region` specified in the provider configuration.",
163
+
"main": "ObjectStorage credential resource schema. Must have a `region` specified in the provider configuration.\n\n"+
164
+
"-> **Note:** States with many Object Storage resources may take several minutes to plan or apply due to Control Plane rate limiting. Requests are automatically retried.",
164
165
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`credentials_group_id`,`credential_id`\".",
165
166
"credential_id": "The credential ID.",
166
167
"credentials_group_id": "The credential group ID.",
0 commit comments