A Terraform Module to create an AWS Systems Manager document for installing the Lacework Datacollector Agent on to AWS EC2 instances.
Name | Version |
---|---|
terraform | >= 0.14 |
aws | >= 3.0 |
lacework | ~> 2.0 |
Name | Version |
---|---|
aws | >= 3.0 |
lacework | ~> 2.0 |
No modules.
Name | Type |
---|---|
aws_ssm_document.setup_lacework_agent | resource |
lacework_metric_module.lwmetrics | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_resources_prefix | Prefix to use for created AWS resources | string |
"" |
no |
aws_resources_tags | A map/dictionary of Tags to be assigned to created AWS resources | map(string) |
{} |
no |
lacework_access_token | The access token for the Lacework agent | string |
"" |
no |
lacework_agent_build_hash | An Agent build hash provided by Lacework | string |
"" |
no |
lacework_agent_configuration | A map/dictionary of configuration parameters for the Lacework agent | any |
{} |
no |
lacework_agent_tags | A map/dictionary of Tags to be assigned to the Lacework datacollector | map(string) |
{} |
no |
lacework_agent_temp_path | The temporary path for the Lacework installation script | string |
"/tmp" |
no |
lacework_enable_default_syscall_config | A flag to enable the default syscall config | string |
"false" |
no |
lacework_server_url | The server URL for the Lacework agent | string |
"" |
no |
Name | Description |
---|---|
ssm_document_name | Name of the AWS SSM Document that setups the Lacework agent |