Steffen Tautenhahn

Results 9 comments of Steffen Tautenhahn

This seems to be an issue from terraform, not terragrunt. You can test it by going to the terragrunt-cache dir and run terraform directly. Also we see this error only...

Here's my workaround for this terraform issues two issues: 1. when plugin cache is enabled `terraform init` doesn't add signatures, which breaks `terraform providers lock` for other platforms 2. if...

@cristim as workaround you could replicate the images to other regions in shared account.

We also hit the issue and found, that `source_access_ip` was empty in config.json in config s3 bucket ```json "source_access_ip": "", ``` We manually set an ip in the config.json and...

Is there a way to test a settings file? Like a github-action which parses the config in the same way as the probot-settings app.

How to get new thumbprint in advance? This will break once every year.

> For those using terraform to manage the OIDC provider in AWS: > > ```terraform > data "tls_certificate" "github" { > url = "https://token.actions.githubusercontent.com/.well-known/openid-configuration" > } > > resource "aws_iam_openid_connect_provider"...

We see issues when we set `teams` parameter. If I omit it, branch protection rules work. If I add teams, teams will be set, but branch protection is skipped.

> Hi > > I am getting the below error > > (node:109) UnhandledPromiseRejectionWarning: HttpError: request to https://api.github.com/repos/GlobeOp/gopricingml/commits/4deb107c56f1419f0f849394dde9aa5ce7c87da1 failed, reason: connect ETIMEDOUT 140.82.112.6:443 at /__w/_actions/toko-bifrost/ms-teams-deploy-card/master/dist/main/index.js:1:463063 at processTicksAndRejections (internal/process/task_queues.js:97:5) at async...