From a0ef33180a11a2308d0bdd860c63d3d0653ec18c Mon Sep 17 00:00:00 2001 From: Benjamin Edwards Date: Mon, 20 May 2024 23:10:03 -0400 Subject: [PATCH] update description in terraform firehose module (#19165) closes https://github.com/fleetdm/fleet/issues/18896 --- .../target-account/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/addons/byo-firehose-logging-destination/target-account/variables.tf b/terraform/addons/byo-firehose-logging-destination/target-account/variables.tf index 647a9dc870..99215bddb5 100644 --- a/terraform/addons/byo-firehose-logging-destination/target-account/variables.tf +++ b/terraform/addons/byo-firehose-logging-destination/target-account/variables.tf @@ -5,7 +5,7 @@ variable "osquery_logging_destination_bucket_name" { variable "fleet_iam_role_arn" { type = string - description = "the arn of the fleet role that firehose will assume to write data to your bucket" + description = "The ARN of the IAM role that will be assumed to gain permissions required to write to the Kinesis Firehose delivery stream." } variable "log_destinations" {