diff --git a/fleet_integration/aws.cloudtrail.aws-s3/README.md b/fleet_integration/aws.cloudtrail.aws-s3/README.md index b8ef11b..dab77ba 100644 --- a/fleet_integration/aws.cloudtrail.aws-s3/README.md +++ b/fleet_integration/aws.cloudtrail.aws-s3/README.md @@ -36,7 +36,7 @@ No resources. | [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no | | [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no | | [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no | -| [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws package to use. | `string` | `"1.50.0"` | no | +| [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws package to use. | `string` | `"1.50.2"` | no | | [interval](#input\_interval) | Time interval for polling listing of the S3 bucket. NOTE: Supported units for this parameter are h/m/s. | `string` | `"1m"` | no | | [max\_number\_of\_messages](#input\_max\_number\_of\_messages) | The maximum number of SQS messages that can be inflight at any time. | `number` | `5` | no | | [number\_of\_workers](#input\_number\_of\_workers) | Number of workers that will process the S3 objects listed. | `number` | `5` | no | diff --git a/fleet_integration/aws.cloudtrail.aws-s3/module.tf.json b/fleet_integration/aws.cloudtrail.aws-s3/module.tf.json index 0f3334e..651bb80 100644 --- a/fleet_integration/aws.cloudtrail.aws-s3/module.tf.json +++ b/fleet_integration/aws.cloudtrail.aws-s3/module.tf.json @@ -77,7 +77,7 @@ "fleet_package_version": { "type": "string", "description": "Version of the aws package to use.", - "default": "1.50.0" + "default": "1.50.2" }, "interval": { "type": "string",