Skip to content

Commit c7c64a5

Browse files
authored
feat(iaas): min/max acc tests (#811)
* feat(iaas): security group min/max acc test * feat(iaas): image min/max acc test * feat(iaas): KeyPair min/max acc test * feat(iaas): Network area min/max acc test - fix: wrong atLeast-validator for `minimum_prefix_length` * feat(iaas): Network min/max acc test * feat(iaas): Volume min/max acc test - fix: volume update doesn't work if no name was defined - fix: volume.server_id can not be set - fix: error message volume.size returns value but was null * feat(iaas): Network interfaces min/max acc test * feat(iaas): Affinity groups acc test * feat(iaas): Server min/max acc test - stackit_server_volume_attach - stackit_server_network_interface_attach - stackit_server_service_account_attach * fix(iaas): acc test - image: fix read of Config.VirtioScsi - keypair: add missing RequiresReplace() for name - server: add missing UserData read in datasource and resource * feat(iaas): public ip acc test - fix: when a nic is assigned to a public ip, the field network_interface_id leads to recreation
1 parent b5f9551 commit c7c64a5

28 files changed

+3556
-1057
lines changed

docs/resources/volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ resource "stackit_volume" "example" {
3838
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
3939
- `name` (String) The name of the volume.
4040
- `performance_class` (String) The performance class of the volume. Possible values are documented in [Service plans BlockStorage](https://docs.stackit.cloud/stackit/en/service-plans-blockstorage-75137974.html#ServiceplansBlockStorage-CurrentlyavailableServicePlans%28performanceclasses%29)
41-
- `server_id` (String) The server ID of the server to which the volume is attached to.
4241
- `size` (Number) The size of the volume in GB. It can only be updated to a larger value than the current size. Either `size` or `source` must be provided
4342
- `source` (Attributes) The source of the volume. It can be either a volume, an image, a snapshot or a backup. Either `size` or `source` must be provided (see [below for nested schema](#nestedatt--source))
4443

4544
### Read-Only
4645

4746
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`volume_id`".
47+
- `server_id` (String) The server ID of the server to which the volume is attached to.
4848
- `volume_id` (String) The volume ID.
4949

5050
<a id="nestedatt--source"></a>

0 commit comments

Comments
 (0)