We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4288 commit 061475fCopy full SHA for 061475f
schema.go
@@ -594,6 +594,11 @@ func (s *Schema) InjectLTSPlugins() {
594
Type: "string",
595
Description: "The endpoint to use when reading from SQS.",
596
},
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
+ },
602
{
603
Name: "max_line_buffer_size",
604
Type: "size",
0 commit comments