László Tarcsányi

Results 4 issues of László Tarcsányi

### Terraform Version ``` 0.15.5 or 1.1.4 ``` ### Terraform Configuration Files ```terraform module "a" { source = "git::https://dev.azure.com/dummyorg/dummyproj/_git/terraform-generic-tools///.test?ref=test1" } module "b" { source = "git::https://dev.azure.com/dummyorg/dummyproj/_git/terraform-generic-tools///.test?ref=test1" } ... ``` ###...

enhancement
config
modules

We have some special need in our test why we need to decorate (override) some MoveRobot methods. Actually in MoveRobotImpl the following code throws sometimes NullPointerException `// If the target...

Hi, We would like to run your server in Kubernetes cluster. Our ingress configuration maps RDLM under the "https://example.com/lock-manager/" The problem is that the server (and also the py client)...

### Terraform Version ```shell Terraform v1.3.3 on linux_amd64 ``` ### Terraform Configuration Files ```terraform variable "input" { type = list(object({ a = string # a required attribute b = optional(string)...

bug
new