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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 6.7.1 (Upcoming)
2
+
### Features
3
+
- Add `IONOS_API_URL_OBJECT_STORAGE_MANAGEMENT` to set a custom API URL for the Object Storage Management Product. Setting `endpoint` or `IONOS_API_URL` does not have any effect
4
+
1
5
## 6.7.0
2
6
### Fixes
3
7
- Fix [#735](https://github.com/ionos-cloud/terraform-provider-ionoscloud/issues/735) by reading all values for `api_subnet_allow_list`, not only non-nill values.
Copy file name to clipboardExpand all lines: docs/data-sources/object_storage_accesskey.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,5 @@ The following attributes are returned by the datasource:
35
35
-`accesskey` - Access key metadata is a string of 92 characters.
36
36
-`canonical_user_id` - The canonical user ID which is valid for user-owned buckets.
37
37
-`contract_user_id` - The contract user ID which is valid for contract-owned buckets
38
+
39
+
> **⚠ WARNING:**`IONOS_API_URL_OBJECT_STORAGE_MANAGEMENT` can be used to set a custom API URL for the Object Storage Management SDK. Setting `endpoint` or `IONOS_API_URL` does not have any effect
Copy file name to clipboardExpand all lines: docs/data-sources/object_storage_region.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,5 @@ The following attributes are returned by the datasource:
37
37
-`capability` - The capabilities of the region
38
38
*`iam` - Indicates if IAM policy based access is supported
39
39
*`s3select` - Indicates if S3 Select is supported
40
+
41
+
> **⚠ WARNING:**`IONOS_API_URL_OBJECT_STORAGE_MANAGEMENT` can be used to set a custom API URL for the Object Storage Management SDK. Setting `endpoint` or `IONOS_API_URL` does not have any effect
Copy file name to clipboardExpand all lines: docs/resources/object_storage_accesskey.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ The following arguments are supported:
33
33
-`create` - (Optional)[string] Time to wait for the bucket to be created. Default is `10m`.
34
34
-`delete` - (Optional)[string] Time to wait for the bucket to be deleted. Default is `10m`.
35
35
36
+
> **⚠ WARNING:**`IONOS_API_URL_OBJECT_STORAGE_MANAGEMENT` can be used to set a custom API URL for the Object Storage Management SDK. Setting `endpoint` or `IONOS_API_URL` does not have any effect.
37
+
36
38
## Import
37
39
38
40
An object storage accesskey resource can be imported using its `resource id`, e.g.
Copy file name to clipboardExpand all lines: gitbook_docs/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ See the [IonosCloud Provider documentation](https://registry.terraform.io/provid
43
43
|`IONOS_API_URL_KAFKA`| Sets a custom API URL for the Event Streams product. `location` field needs to be empty, otherwise it will override the custom API URL. Setting `endpoint` or `IONOS_API_URL` does not have any effect. |
44
44
|`IONOS_API_URL_VPN`| Sets a custom API URL for the VPN product. `location` field needs to be empty, otherwise it will override the custom API URL. Setting `endpoint` or `IONOS_API_URL` does not have any effect. |
45
45
|`IONOS_API_URL_OBJECT_STORAGE`| Sets a custom API URL for the Object Storage product. `region` field needs to be empty, otherwise it will override the custom API URL. Setting `endpoint` or `IONOS_API_URL` does not have any effect. |
46
+
|`IONOS_API_URL_OBJECT_STORAGE_MANAGEMENT`| Sets a custom API URL for the Object Storage Management product. Setting `endpoint` or `IONOS_API_URL` does not have any effect. |
46
47
|`IONOS_API_URL_MONITORING`| Sets a custom API URL for the Monitoring product. `location` field needs to be empty, otherwise it will override the custom API URL. Setting `endpoint` or `IONOS_API_URL` does not have any effect. |
0 commit comments