Skip to content

fix(iaas): Store IDs immediately after provisioning#1228

Merged
Fyusel merged 1 commit intomainfrom
iaas-store-ids-after-provisioning
Feb 17, 2026
Merged

fix(iaas): Store IDs immediately after provisioning#1228
Fyusel merged 1 commit intomainfrom
iaas-store-ids-after-provisioning

Conversation

@Fyusel
Copy link
Contributor

@Fyusel Fyusel commented Feb 16, 2026

Description

relates to STACKITTPR-379

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated (see e.g. here)
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@Fyusel Fyusel requested a review from a team as a code owner February 16, 2026 10:52
STACKITTPR-379

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
@Fyusel Fyusel force-pushed the iaas-store-ids-after-provisioning branch from b2b744d to 75b472f Compare February 16, 2026 12:59
@github-actions
Copy link

Merging this branch changes the coverage (2 decrease, 1 increase)

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/network 48.67% (+0.30%) 👍
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/server 30.85% (-0.31%) 👎
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/volume 25.08% (-0.39%) 👎
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/volumeattach 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/network/resource.go 43.98% (+0.37%) 357 (-3) 157 200 (-3) 👍
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/server/resource.go 26.63% (-0.34%) 398 (+5) 106 292 (+5) 👎
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/volume/resource.go 20.00% (-0.41%) 250 (+5) 50 200 (+5) 👎
github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/volumeattach/resource.go 0.00% (ø) 123 (+3) 0 123 (+3)

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Copy link
Contributor

@cgoetz-inovex cgoetz-inovex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified that server/volume/volumeattach.ImportState already use setAndLogStateFields

@Fyusel Fyusel merged commit 7fc5bfb into main Feb 17, 2026
3 checks passed
@Fyusel Fyusel deleted the iaas-store-ids-after-provisioning branch February 17, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants