Skip to content

Releases: SchwarzIT/terraform-provider-stackit

v1.2.3

15 Nov 09:51
01570a5
Compare
Choose a tag to compare

Bug fix

  • Loaded SKE versions will be filtered for supported versions only, in order to avoid selection of unsupported SKE kubernetes version

v1.2.2

14 Nov 19:05
f5f8fdf
Compare
Choose a tag to compare
update postgres flex attrs. in resource + data (#43)

* update postgres flex attrs. in resource + data

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

v1.2.1

14 Nov 18:43
b50bd1b
Compare
Choose a tag to compare

Release v1.2.0 was missing the Postgres Flex data source pull request

v1.2.0

14 Nov 18:40
5e63f2b
Compare
Choose a tag to compare

Enhancements:

  • Elasticsearch resource + data source
  • add postgres flex resource
  • update docs
  • update to client v1.2.1

v1.1.0

08 Nov 13:21
Compare
Choose a tag to compare
  • Added resource (alpha) stackit_postgres_flex_instance
  • Updated kubernetes cluster resource to auto-use a supported OS version if not specified

v1.0.1

02 Nov 16:29
Compare
Choose a tag to compare

fix OS version

v1.0.0

31 Oct 08:56
Compare
Choose a tag to compare

Breaking Changes

  • Provider configuration now requires only Service Account Email & Token
  • Project data source now requires container_id instead of id (uuid) as part of the migration to RMv2
  • Project resource now requires parent container ID

v0.3.4

21 Oct 08:12
c1be99a
Compare
Choose a tag to compare

Bug Fix:

Unknown IDs will be loaded from state, for:

  • Argus Instances
  • Projects
  • Object Storage credentials

v0.3.3

20 Oct 17:19
Compare
Choose a tag to compare

Update client to v0.5.1

v0.3.2

17 Oct 09:08
53d3799
Compare
Choose a tag to compare

Internal code changes:

  • removal of helper.RetryContext and using the client directly