Skip to content

Commit 479a5b0

Browse files
committed
CCM-10048: remove vasriable
1 parent 87877c4 commit 479a5b0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

infrastructure/terraform/components/sandbox/module_backend_api.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ module "backend_api" {
2222

2323
kms_key_arn = data.aws_kms_key.sandbox.arn
2424

25-
test_environment_mock_guardduty_event_source = "test.guardduty"
26-
2725
send_to_firehose = false
2826

2927
enable_event_stream = true

infrastructure/terraform/modules/backend-api/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ No requirements.
3131
| <a name="input_project"></a> [project](#input\_project) | The name of the tfscaffold project | `string` | n/a | yes |
3232
| <a name="input_region"></a> [region](#input\_region) | The AWS Region | `string` | n/a | yes |
3333
| <a name="input_send_to_firehose"></a> [send\_to\_firehose](#input\_send\_to\_firehose) | Flag indicating whether logs should be sent to firehose | `bool` | n/a | yes |
34-
| <a name="input_test_environment_mock_guardduty_event_source"></a> [test\_environment\_mock\_guardduty\_event\_source](#input\_test\_environment\_mock\_guardduty\_event\_source) | Adds a new source to the EventBridge Guard Duty filter rules | `string` | `""` | no |
3534
## Modules
3635

3736
| Name | Source | Version |

infrastructure/terraform/modules/backend-api/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,3 @@ variable "function_s3_bucket" {
133133
type = string
134134
description = "Name of S3 bucket to upload lambda artefacts to"
135135
}
136-
137-
variable "test_environment_mock_guardduty_event_source" {
138-
type = string
139-
description = "Adds a new source to the EventBridge Guard Duty filter rules"
140-
default = ""
141-
}

0 commit comments

Comments
 (0)