kim-anchorzero

Results 5 issues of kim-anchorzero

### Describe the bug The documentation for this endpoint (https://docs.getunleash.io/reference/api/unleash/get-features) suggests that archived features will be returned (by virtue of the `archived/archivedAt` attributes) but these are omitted from results. ###...

bug

**Describe the bug** If you advertise a node via `--advertise-exit-node` in a terraform template that also defines `resource "tailscale_device_subnet_routes"` it will work on first launch but on second terraform run...

bug

using `db.param(value, 'type')` where type is a string doesn't work for native types. The cast operation will be rejected with a "does not exist" error. This is due to core.ts:350...

Lambda environment variables have a total combined size of 4KB (https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html) It's quite easy to hit this limit within the cloudtrail-to-slack lambda given how rules are specified via env var...

At present if you supply both of these values explicitly in the provider setup `aws_rds_iam_region` will be ignored when it comes time to generate the temporary auth credentials. This will...