Michael Manganiello

Results 35 comments of Michael Manganiello

If this idea is already accepted, can it have a short-term fix to mark `terraform_docs_replace` as deprecated? I started using these hooks last week, and went with `terraform_docs_replace` because of...

In case this approach gets approved, it could also include an `Archlinux.yml` file with `docker_package: "docker"` too.

I would really appreciate if this can be reviewed, considering that is the only missing change for this role to work out of the box with Arch Linux based distros...

I will give it a try, starting with OAEP :)

@sybrenstuvel I haven't made any progress since the last PR. I can start working on OAEP, and hopefully there'll be some progress before next weekend. Is there any other goal...

We have some projects with many `terragrunt.hcl` files (e.g. `infrastructure-live` repository), and `terragrunt *-all` executions have started depleting the available disk space in our GitLab CI shared runners. As we...

@headincl0ud, you can either: * Run the command specifying `-out ...` to a path that is not within the `.terragrunt-cache` folder, so the `rm` command doesn't delete the generated plans,...

Also found this issue when upgrading a codebase with `--py36-plus`, using pyupgrade `2.29.0`: ```diff -BROKER_URL = "{redis}/{db}".format(redis=REDIS_URL, db=0) +BROKER_URL = f"{REDIS_URL}/{0}" ```

@doino-gretchenliev, this can be considered a duplicate of #494. The main discussion there is related to differences like `TIMESTAMP_NTZ` -> `TIMESTAMP_NTZ(9)`, so I think it would be valuable for you...

This should have been fixed by #999, which was released in version [`0.35.0`](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/CHANGELOG.md#0350-2022-06-07).