Terraform simplifies the way we deploy our infrastructure and allows us to maintain it as code.
Using our Terraform Modules, you can easily install and manage Coralogix integrations with AWS services as modules in your infrastructure code.
Our modules are open source and available on our Github and in the Terraform Registry.
This module will be installing our CloudTrail collection Lambda.
To use the modules, simply add this declaration to your Terraform project:
module "cloudtrail" { source = "coralogix/aws/coralogix//modules/cloudtrail" coralogix_region = "Europe" private_key = "2f55c873-c0cf-4523-82d4-c3b68ee6cb46" application_name = "cloudtrail" subsystem_name = "logs" s3_bucket_name = "test-bucket-name" }
We also have a Terraform Provider of our own to help with managing your Coralogix resources such as rules and alerts. Learn more about the Coralogix Terraform Provider and how to install it here.
If you have any questions, feel free to reach out to our team via our in-app chat!