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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
### Fixes
3
3
- 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.
4
4
- Fix [#748](https://github.com/ionos-cloud/terraform-provider-ionoscloud/issues/748) by removing unecessary error check
5
+
- S3 key creation fails with 422 if s3 key not found. Add function to check for that specific response from the API.
5
6
### Features
6
7
- Add new read-only attribute: `ipv4_cidr_block` to `ionoscloud_lan` resource and data source.
7
8
- Make `volume` optional for `ionoscloud_server` resource.
returngenericOpenAPIError.StatusCode() ==422&&strings.Contains(genericOpenAPIError.Error(), "[VDC-21-2] The access key cannot be found, please double-check the key id and try again.")
0 commit comments