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

JPLachance/terraform-aws-ssm-agent

 
 

Repository files navigation

terraform-aws-ssm-agent

GitHub release CircleCI status

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

Inputs

Name Description Type Default Required
lacework_agent_tags A map/dictionary of Tags to be assigned to the Lacework datacollector map(string) {} no
aws_resources_tags A map/dictionary of Tags to be assigned to created AWS resources map(string) {} no
aws_resources_prefix Prefix to use for created AWS resources string "" no
lacework_access_token The access token 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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.2%
  • HCL 15.2%
  • Makefile 0.6%