mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
update description in terraform firehose module (#19165)
closes https://github.com/fleetdm/fleet/issues/18896
This commit is contained in:
parent
180753e6c3
commit
a0ef33180a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue