captainfalcon23

Results 15 issues of captainfalcon23

G'day, I am reading https://www.npmjs.com/package/snap-to-s3, specifically the section around "Analyzing a Cost and Usage report". Looking at this example: ``` Region us-west-2 ($166.16/month for 24 snapshots) vol-xxx (500GB, MySQL Slave...

Upgraded to latest docker image today of oxidized and it looks like there is some issue using proxy with slack hook: E, [2022-09-01T11:28:12.256881 #29] ERROR -- : Hook slack (#)...

**Describe the bug** I am using AWS OpenSearch Service: ``` Version: OpenSearch 1.1 (latest) Service software version: R20211203-P2 (latest) ``` I am trying to create a new index template, with...

bug

### Terraform Version ```shell Terraform v1.2.8 on linux_amd64 ``` ### Use Cases The use case is summed up pretty well here -> https://stackoverflow.com/questions/66675106/is-there-a-way-to-add-comments-for-teraform-to-display-at-the-end-of-terraform In essence, unfortuantely terraform can't do everything....

enhancement
new

### Language Server Version Latest ### Problem Statement As an extension to https://github.com/hashicorp/terraform-ls/issues/96 this feature enables autocomplete of mandatory attributes for a new resource, but it would be great to...

enhancement
textDocument/completion

Hello! Apologies if this is not the correct place to be asking this, but I have been scratching my head for some time and can't figure out what's going on...

invalid

**Question** Hi, I want to pull an image from a repo, and verify my locally pulled image in my local docker cache, NOT directly against the public repo. Is that...

question

**Describe the bug** Pretty similar to https://github.com/turbot/steampipe-plugin-aws/issues/1373. Trying to join aws_ecr_image onto aws_ecr_image_scan_finding like: ``` join aws_all.aws_ecr_image_scan_finding f on ( f.repository_name, f.image_tag) = ( i.repository_name, i.image_tag) ``` The problem is,...

bug

### Expected behavior No errors ### Actual behavior Upon upgrading rsyslog from a previous working version (rsyslog-8.2102.0-117.el9.x86_64.rpm) to the latest offered within Oracle 9 repos (just recently added) rsyslog-8.2310.0-4.el9.x86_64.rpm results...

Related: https://github.com/ytti/oxidized/issues/1699 As part of the above, a config change was made to stop doing a "show full-configuration" on FortiOS devices. That is a breaking change for us, since we...

regression