Skip to content

Releases: SchwarzIT/terraform-provider-stackit

v1.26.3

14 Sep 09:30
2295582
Compare
Choose a tag to compare
improve lb resource (#190)

* improve lb resource
* fix issue with missing state information after creation fail
* add timeout support
* improve acceptance test
* automated docs update

---------

Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
Co-authored-by: do87 <do87@users.noreply.github.com>

v1.26.2

13 Sep 15:23
8e25504
Compare
Choose a tag to compare
fix base url (#189)

* fix base url override variable
---------

Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
Co-authored-by: do87 <do87@users.noreply.github.com>

v1.26.1

13 Sep 15:00
7877421
Compare
Choose a tag to compare
  • Improve load balancer resource readme doc

v1.26.0

13 Sep 14:30
9c60166
Compare
Choose a tag to compare

Enhancements

  • Added stackit_load_balancer with import functionality & acceptance test
  • stackit_kubernetes_cluster supports non-stable versions

Breaking Changes

  • project_id is now required in stackit_kubernetes_cluster instead of the deprecated kubernetes_project_id

v1.25.1

31 Aug 13:22
65e55df
Compare
Choose a tag to compare
prevent recreation (#181)

Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>

v1.25.0

11 Aug 13:57
debc9cf
Compare
Choose a tag to compare

Deprecations of:

  • stackit_object_storage_project
  • stackit_kubernetes_project

in favor of using project_id directly in the relevant resources (kubernetes cluster & object storage bucket / credentials & groups)

v1.24.0

07 Aug 14:15
6e750dc
Compare
Choose a tag to compare
add credentials_group_id to data credential (#176)

* Add `credentials_group_id` attribute to `stackit_object_storage_credential` data source
* Automated docs update


---------

Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
Co-authored-by: do87 <do87@users.noreply.github.com>

v1.23.5

07 Aug 13:21
cffdf41
Compare
Choose a tag to compare

Bug fix:

  • Handle cases where the returned error response isn't a pointer to struct

v1.23.4

02 Aug 12:33
Compare
Choose a tag to compare
  • Unified output when an error occurs
  • Response body is printed as warning

v1.23.3

31 Jul 11:39
62ba4f3
Compare
Choose a tag to compare
add descriptive warning + response dump (#170)

Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>