Skip to content

A Terraform Module to create an AWS Systems Manager document to handle Lacework Agent deployments to AWS EC2 instances.

License

Notifications You must be signed in to change notification settings

lacework/terraform-aws-ssm-agent

Repository files navigation

terraform-aws-ssm-agent

GitHub release Codefresh build status

A Terraform Module to create an AWS Systems Manager document for installing the Lacework Datacollector Agent on to AWS EC2 instances.

Requirements

Name Version
terraform >= 0.14
aws >= 3.0
lacework ~> 1.18

Providers

Name Version
aws >= 3.0
lacework ~> 1.18

Modules

No modules.

Resources

Name Type
aws_ssm_document.setup_lacework_agent resource
lacework_metric_module.lwmetrics data source

Inputs

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

Outputs

Name Description
ssm_document_name Name of the AWS SSM Document that setups the Lacework agent

About

A Terraform Module to create an AWS Systems Manager document to handle Lacework Agent deployments to AWS EC2 instances.

Resources

License

Stars

Watchers

Forks

Packages

No packages published