terraform-provider-stackit
terraform-provider-stackit copied to clipboard
The official Terraform provider for STACKIT
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems....
Right no the `stackit_redis_credential` returns an uri using no ssl but you can enble ssl using `rediss://` instead of `redis://` Rabbitmq already uses ssl with `amqps`. Also password is marked...
In our use case, it's required for us having the control of the inbound IP address in a deterministic way, in order to create the DNS records at some places....
`host` field returns the connection data: ``` + mongodb_host = "mongodb://fake:*******@s-xxxx-xxxx-xxx.mongodb.eu01.onstackit.cloud:27017/stackit?authSource=stackit&tls=true&authMechanism=SCRAM-SHA-256" ``` This isn't always enough as I can require to change some connection parameters and now I can't. The...
Hello all, We get a timeout from time to time when we want to dismantle the SKE via Terraform. ╷ │ Error: Error deleting cluster │ │ Cluster deletion waiting:...
Hello all, there is a big lack in documentation of the terraform provider. It would be helpful to get the restrictions and input guidelines for the corresponding values. For example...
A wrong OS Version in the node pool will fail the provisioning of the SKE-Cluster but will show a ambigious/misleading error message. The OS version ```3602.2.1``` does not exist. ```hcl...
Hello maintainers and community, There is currently no built-in mechanism to automatically extract the public IP of the router associated with a given Kubernetes cluster. This is critical for scenarios...