update description in terraform firehose module (#19165)

closes https://github.com/fleetdm/fleet/issues/18896
This commit is contained in:
Benjamin Edwards 2024-05-20 23:10:03 -04:00 committed by GitHub
parent 180753e6c3
commit a0ef33180a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" {