terraform-provider-stackitp.../stackit/internal/services/iaas/testdata
Marcel Jacek c7c64a5806
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
2025-05-09 08:49:04 +02:00
..
resource-affinity-group-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-image-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-image-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-key-pair-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-key-pair-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-area-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-area-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-interface-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-interface-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-network-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-security-group-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-security-group-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-server-max-server-attachments.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-server-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-server-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-volume-max.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00
resource-volume-min.tf feat(iaas): min/max acc tests (#811) 2025-05-09 08:49:04 +02:00