Releases: SchwarzIT/terraform-provider-stackit
Releases · SchwarzIT/terraform-provider-stackit
v1.2.3
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
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
Release v1.2.0 was missing the Postgres Flex data source pull request
v1.2.0
Enhancements:
- Elasticsearch resource + data source
- add postgres flex resource
- update docs
- update to client v1.2.1
v1.1.0
- Added resource (alpha)
stackit_postgres_flex_instance
- Updated kubernetes cluster resource to auto-use a supported OS version if not specified
v1.0.0
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
Bug Fix:
Unknown IDs will be loaded from state, for:
- Argus Instances
- Projects
- Object Storage credentials
v0.3.2
Internal code changes:
- removal of
helper.RetryContext
and using the client directly