Skip to content

Commit

Permalink
docs: update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Jan 17, 2024
1 parent fbe8827 commit b1dfbb8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ No modules.
| <a name="input_lacework_agent_temp_path"></a> [lacework\_agent\_temp\_path](#input\_lacework\_agent\_temp\_path) | The temporary path for the Lacework installation script | `string` | `"/tmp"` | no |
| <a name="input_lacework_enable_default_syscall_config"></a> [lacework\_enable\_default\_syscall\_config](#input\_lacework\_enable\_default\_syscall\_config) | A flag to enable the default syscall config | `string` | `"false"` | no |
| <a name="input_lacework_server_url"></a> [lacework\_server\_url](#input\_lacework\_server\_url) | The server URL for the Lacework agent | `string` | `""` | no |
| <a name="input_lacework_telemetry_disabled"></a> [lacework\_telemetry\_disabled](#input\_lacework\_telemetry\_disabled) | Disable Lacework telemetry | `bool` | `false` | no |

## Outputs

Expand Down
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ resource "aws_ssm_document" "setup_lacework_agent" {
}

data "lacework_metrics" "lwmetrics" {
count = var.lacework_telemetry_disabled ? 0 : 1
name = local.module_name
version = local.module_version
}
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ variable "lacework_enable_default_syscall_config" {
default = "false"
description = "A flag to enable the default syscall config"
}

variable "lacework_telemetry_disabled" {
type = bool
default = false
description = "Disable Lacework telemetry"
}

0 comments on commit b1dfbb8

Please sign in to comment.