Skip to content

Commit

Permalink
Merge pull request #482 from ministryofjustice/feature/7607-remove-le…
Browse files Browse the repository at this point in the history
…gacy-firehose

Remove firehose configuration
  • Loading branch information
dms1981 authored Sep 23, 2024
2 parents be59430 + 3bce1ce commit 0ba18bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 336 deletions.
319 changes: 0 additions & 319 deletions firehose.tf

This file was deleted.

17 changes: 0 additions & 17 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ variable "additional_endpoints" {
type = list(any)
}

variable "build_firehose" {
description = "Whether we want to build the firehose resources in the environment or not"
type = bool
}

variable "flow_log_s3_destination_arn" {
description = "Optionally supply an ARN of an S3 bucket to send flow logs to"
default = ""
Expand Down Expand Up @@ -37,15 +32,3 @@ variable "vpc_flow_log_iam_role" {
description = "VPC Flow Log IAM role ARN for VPC Flow Logs to CloudWatch"
type = string
}

# Both of the following variables are required for the firehose resources to build.

variable "kinesis_endpoint_url" {
description = "The aws kinesis http endpoint that the log data will be sent to"
type = string
}

variable "kinesis_endpoint_secret_string" {
description = "The secret that contains the endpoint key"
type = string
}

0 comments on commit 0ba18bb

Please sign in to comment.