Skip to content

Commit 12e035c

Browse files
author
Jorge Niedbalski
authored
Merge pull request #113 from chronosphereio/s3-sqs-imds
fix: add missing option aws_sqs_enable_imds from s3_sqs schema [sc-113551]
2 parents 7fa4288 + 061475f commit 12e035c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@ func (s *Schema) InjectLTSPlugins() {
594594
Type: "string",
595595
Description: "The endpoint to use when reading from SQS.",
596596
},
597+
{
598+
Name: "aws_sqs_enable_imds",
599+
Type: "boolean",
600+
Description: "If true, the plugin will use the Instance Metadata Service to retrieve credentials.",
601+
},
597602
{
598603
Name: "max_line_buffer_size",
599604
Type: "size",

0 commit comments

Comments
 (0)