-
### Provider Repository
stackitcloud/terraform-provider-stackit
### DCO
- [X] I sign this project's [DCO](https://developercertificate.org/)
-
Leaving SKE taints empty will result in an error.
Code:
```tf
resource "stackit_ske_cluster" "ske_cluster_01" {
project_id = var.project_id
name = var.cluster_…
-
After upgrading the provider to version `0.18.0`, all applies to `stackit_ske_cluster` resources cause a `Provider produced inconsistent result after apply` error.
I can cleanly reproduce the issue…
-
Is it possible to add a resource to create databases on PostgreSQL Flex? Currently, I have to use Postgresql provider to connect to the instance and create the database.
Thanks
-
Hi guys,
just one example for the MongoDB: https://github.com/stackitcloud/terraform-provider-stackit/blob/dc58d12cb9c4e893928dd199223fa04bb1e03684/stackit/internal/services/mongodbflex/user/resou…
-
Hello,
I am using the terraform provider in the latest version (currently `v.0.19.0`).
When I define a `stackit_ske_cluster` and add a `node_pools` list this list seems to be required to keep th…
-
### Depends on
- meeting on 16 April 2024 (with @larsrickert and @mj-hof)
### Why?
We migrated the Schwarz icon library in #231 to the onyx monorepo. We should onboard the Schwarz colleagues to use…
-
Hi all,
after executing `tofu apply` the following error is thrown:
> Error: Provider produced inconsistent result after apply
>
> When applying changes to stackit_ske_cluster.kubernetes_c…
-
Hello there,
I just installed Thanos via helm chart from bitnami. In that values file a link to documentation of the Thanos webpage:
https://thanos.io/v0.35/components/store.md/#caching-bucket
or…
-
cli command `stackit ske options --kubernetes-versions -o json` returns all values not only kubernetes versions.
This is also the case for the other options like `volume-types`
This does not happe…