dsteindo
dsteindo
Update: it works as expected with version 1.14.0 
Hi @Flanker32 Thank you for your suggestion, it worked as expected and the structure was considered, however I have an question regarding the deployment logs now. Before with 1.14.0 the...
Thank you for the support so far @Flanker32 and I am looking forward to future improvements. In the meanwhile I can work with the latest version as of now :)
As I understand this issue is caused by Terraform trying to create multiple instances in parallel. Because of this parallelism there can be conflicts (error 409) when a resource (e.g....
We noticed that an outdated terraform version is used here https://github.com/Azure-Samples/jmeter-aci-terraform/blob/main/pipelines/azure-pipelines.load-test.yml The version used is 0.13.2 but as of now the version 1.1.3 as specified here https://www.terraform.io/downloads changing the version...
Hi @PankajNalawade you could modify the copy command in the main.tf file to incoperate the `${count.index}` see https://github.com/Azure-Samples/jmeter-aci-terraform/issues/75
Hi there, I did not consider downgrading as an option, so I fixed it for php7+ https://github.com/dsteindo/TravianT4_PHP7 you can check the code if you want, it contains plenty of fixes
Hi there, This is because of newer php requirements, these were something I addressed here https://github.com/dsteindo/TravianT4_PHP7 you can check the code if you want, it contains plenty of fixes
Hello, I stumbled accross this issue as I did an upgrade of an existing project to Angular 18 and noticed that Karma has a deprecation notice, see https://github.com/karma-runner/karma. When I...
It might also be that I have issues grasping what actually needs to be done to migrate an existing project to Web Test Runner. For now I followed these guide...