Matthias Kay

Results 31 issues of Matthias Kay

Nice script, but it is not running with Python 3. Just made some small fixes. Closes #8

**Describe the bug** Executing `yor` via pre-commit hook results in many temporary files, but none of my Terraform files is changed. ``` modules/global_export/temp.3293289490.tf modules/global_keys/temp.1193803556.tf modules/messaging/sns/temp.3597613450.tf modules/shared/temp.813126445.tf temp.82075535.tf ``` Looks like...

I discovered a problem in my development environment where the ssl certificates used do not match the host I am connecting to. I use Medis to connect to my cloud...

## Description It might be useful to create the S3 cache bucket in a different region. This PR introduces the `aws.cache_bucket` provider to be able to create the S3 bucket...

## Description According to #509 the Runner always maintains a SSM parameter. Thus it needs the policy to be able to to so. This MR removes the possibility to steer...

## Description Removes the ability to register a Gitlab Runner manually (as described in #186) and pass the token into the module. This was done using `secure_parameter_store_runner_token_key` It's now recommended...

work-in-progress

## Description This feature allows you to open an interactive web terminal from your Gitlab job and run one-off commands in your CI pipeline. See [Interactive Web Terminals](https://docs.gitlab.com/ee/ci/interactive_web_terminal/index.html). The connection...

work-in-progress

## Description Adds a new variable `runners_docker_options` which holds all values for the `[runners.docker]` section and makes the single variables - `runners_image` - `runners_privileged` - `runners_disable_cache` - `runners_additional_volumes` - `runners_shm_size`...

## Description As explained in #410 and #426 additional documentation is needed for - permissions needed to access the S3 cache. This is configured on the Runner instance and not...

I always struggle with - formatting the code prior to commit - updating the Terraform docs before commit I saw that pre-commit is used to verify that everything is ok....