-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Renovate…
-
Hi!
I just saw the warning regarding the [aws bundled plugin deprecation](https://github.com/terraform-linters/tflint/pull/1160) and I started my migration to the `.tflint.hcl` way of defining plug…
-
See https://www.terraform.io/docs/providers/google/r/compute_instance_group.html
> Recreating an instance group that's in use by another resource will give a resourceInUseByAnotherResource error. Y…
-
This is handy when looking at git diffs locally and in github
Without trailing comma (2 additional lines are shown)
```diff
instance_types = [
- "t3.nano"
+ "t3.nano",
+ "t3.micro"
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
See https://www.terraform.io/docs/providers/google/r/access_context_manager_service_perimeter_resource.html
> Note: If this resource is used alongside a google_access_context_manager_service_perime…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
bflad updated
7 months ago
-
I'm a fan of [keyless signing](https://blog.chainguard.dev/zero-friction-keyless-signing-with-kubernetes/) ideas. In TFLint, we distribute signatures and a public key to verify that the release was cr…
-
Hey,
following the instructions I added a section to my bitbucket pipeline (not quite settled on how I want to authenticate, so focus here is on the linting):
```
- step:
name: Linting…
-
### Summary
tflint fails with the following error:
> failed to check "aws_iam_role_policy_invalid_policy" rule: Call to unknown function; There is no function named "templatestring".
Note that …