Dominik Jakielski

Results 24 comments of Dominik Jakielski

I also run into that issue. My workaround was to taint changed helm_releses and recreate it.

But after successfull apply, changes comes again and also errors. So in the end, not really a work around. I hope that your pull request will released quick, because it...

I can confirm this issue, but i got some error event on pvc. My version was 1.3.0 `Warning ProvisioningFailed 48s efs.csi.aws.com_ip-xx-xx-xx-xx.eu-central-1.compute.internal_xxxxxxxxxx failed to provision volume with StorageClass "efs-sc": rpc error:...

Hey @kbasv i tested it with the latest version 1.5.0. The bug with base path still exist! When i remove base path from sc, than everythings works as expected. /remove-lifecycle...

Hey guys, this would be awsome for me. In larger projects, code will be structured into little submodules like java packages. Currently tflint isn't working for me, because no code...

Dose it also work with modules and submodules? This will be very important for me, because my code are structured like java packages by using modules.

Here is some example how i use terraform ``` main.tf modules featureOrTopicA ec2.tf featureOrTopicB apiGateway.tf featureOrTopic... lambdas.tf ``` In Main.tf there are just instance of modules ``` module "featureOrTopicA" {...

Hey @jamesdehart could you share how you solved this with cdktf?

Hey we have the same problem with Wordpress V5.2.2 and PHP 7.2. We use latest version of query-monitor. We found that it might have something to do with permalinks? See...

It does most of the time. I also thought to dns, but when i tried it with curl, i got an response. Maybe to much api request on the same...