Dominik Jakielski

Results 10 issues of Dominik Jakielski

In my situation, i created a bugfix branch and two pull requests. One for develop and one for release target branch. Checks triggers two Jenkins jobs with correct params as...

Most of the time, i got a few error messages with TLS handshake timeout like this ``` Error: Post https://api.uptimerobot.com/v2/getMonitors: net/http: TLS handshake timeout Error: Post https://api.uptimerobot.com/v2/getPSPs: net/http: TLS handshake...

Early state of openLDAP module.

enhancement
minor

I deploy new code and environment variables to an existing Lambda function with an custom VPC config. After a succuessfull deployment, the vpc config is reset to default values (or...

### Expected Behavior I had an Lambda function from a generated module (https://github.com/cloudposse/terraform-aws-lambda-function) and change name of handler attribute from mail.handler to index.handler. I also add a Policy attachment. So...

bug
new

### Expected Behavior I renamed the file orderReader.json to orderReader.asl.json which is used in a TerraformAsset. So it should recreate the asset. ```typescript const file = new TerraformAsset(this, `${id}-definition`, {...

bug
needs-reproduction

## Description I had an issue with changes and deployment of lambda function when using auto build. Maybe this is more a provoder bug? ## Versions - Module version: 7.20.1...

When i change subnets, terraform have to recreate eks cluster. The problem is, that the order seams to be wrong. It should destroy before create the cluster. Also taining will...

bug
service/eks

### Expected Behavior Whenn I define an app with context, it shuld be readable from stack ```typescript app = Testing.app({ context: { accountID: '123456789012', environment: 'development' } }); //In stack...

bug
new

## what - add seconds_until_auto_pause in serverlessv2_scaling_configuration ## why - it's missing in variables ## references - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#rds-serverless-v2-cluster

enhancement
minor
conflict