Alexander P.

Results 6 issues of 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...

Work in progress :construction_worker:
Hardware :gear:

### 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...

bug
cli
v0.15

#### 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,...

enhancement
plannable-import

### 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...

bug
testing
priority/awaiting-more-evidence

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...

enhancement