Skip to content

Commit

Permalink
Merge pull request #113 from chronosphereio/s3-sqs-imds
Browse files Browse the repository at this point in the history
fix: add missing option aws_sqs_enable_imds from s3_sqs schema [sc-113551]
  • Loading branch information
niedbalski authored Oct 24, 2024
2 parents 7fa4288 + 061475f commit 12e035c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,11 @@ func (s *Schema) InjectLTSPlugins() {
Type: "string",
Description: "The endpoint to use when reading from SQS.",
},
{
Name: "aws_sqs_enable_imds",
Type: "boolean",
Description: "If true, the plugin will use the Instance Metadata Service to retrieve credentials.",
},
{
Name: "max_line_buffer_size",
Type: "size",
Expand Down

0 comments on commit 12e035c

Please sign in to comment.