Alexander P.
Alexander P.
# Description I want to make something useful of my old Wetek Play TV-Box. "Some" years ago, it was meant to be used with OpenElec (now Libreelec), but support had...
### Terraform Version ```shell $ terraform version Terraform v0.15.3 on linux_amd64 ``` WSL2 Ubuntu-20.04 ### Terraform Configuration Files ```terraform terraform { backend "s3" {} } ``` ### Steps to Reproduce...
#### Operating system and version: Using a hardened Alpine container image as base image for our CI/CD container image. #### `nvm debug` output: ```sh /app # nvm debug nvm --version:...
### Terraform Version ```shell Terraform v1.5.2 ``` ### Use Cases In our CI/CD system, I want to import resources, that eventually already had been created. If they do not exist,...
### Expected Behavior I want to check, if my synthed stack is valid terraform syntax (and later, I also would like to `plan` the rollout) using `toBeValidTerraform()`. Tests should pass...
Hey folks! I have installed CRDB using the operator. I'm using Piraeus as my CSI Provider. To place pods "as close as possible" to the PVC, I have to specify...
**Is your feature request related to a problem? Please describe.** I have to work with a lot of repositories/projects (which I don't "own") locally and have in worst case to...