-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Dewey
committed
Nov 6, 2024
1 parent
121af3b
commit a414b46
Showing
26 changed files
with
55 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,26 @@ | ||
# Terraform | ||
|
||
This directory contains **Terraform** modules used to deploy Corelight products | ||
This directory contains **Terraform** modules used to deploy Corelight solutions | ||
across multiple cloud providers. | ||
|
||
## Corelight Sensor | ||
|
||
Terraform modules for deploying Corelight Sensors in the following cloud | ||
environments: | ||
|
||
- **AWS** | ||
|
||
- [Terraform Module](./sensor/aws/README.md) | ||
|
||
- **Azure** | ||
|
||
- [Terraform Module](./sensor/azure/README.md) | ||
|
||
- **GCP** | ||
|
||
- [Terraform Module](./sensor/gcp/README.md) | ||
|
||
## Cloud Enrichment Service | ||
|
||
Modules for deploying Corelight's Cloud Enrichment services, enabling data | ||
enrichment across cloud ecosystems: | ||
|
||
- **AWS** | ||
|
||
- [Terraform Module](./cloud-enrichment/aws/README.md) | ||
|
||
- **Azure** | ||
|
||
- [Terraform Module](./cloud-enrichment/azure/README.md) | ||
|
||
- **GCP** | ||
|
||
- [Terraform Module](./cloud-enrichment/gcp/README.md) | ||
#### Subdirectories | ||
|
||
- **`aws-autoscaling-sensor/`**: Contains Terraform files for deploying an | ||
autoscaling sensor within AWS, including `main.tf` and `versions.tf` files for configuration. | ||
- **`aws-cloud-enrichment/`**: A Terraform module for setting up cloud enrichment | ||
services on AWS. | ||
- **`azure-cloud-enrichment/`**: Module to configure cloud enrichment capabilities | ||
on Azure. | ||
- **`azure-scaleset-sensor/`**: Azure Terraform configuration to deploy Corelight | ||
sensors on a Virtual Machine Scale Set. | ||
- **`gcp-mig-sensor/`**: A Terraform module for deploying a sensor with GCP’s | ||
Managed Instance Groups (MIG). | ||
- **`gcp-cloud-enrichment/`**: GCP-specific Terraform module for configuring cloud | ||
enrichment services. | ||
- **`integrations/`**: Subdirectories for integrating Corelight products with | ||
partner solutions. | ||
|
||
## How to Use | ||
|
||
Navigate into the appropriate cloud provider's directory and follow the | ||
instructions provided in the `README.md` for each module. | ||
Navigate into the appropriate directory and follow the instructions provided in | ||
the `README.md` for each module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Integrations | ||
|
||
This directory contains Terraform modules designed to integrate Corelight | ||
solutions with third-party platforms. | ||
|
||
## Available Integrations | ||
|
||
## How to Use | ||
|
||
Navigate into the appropriate directory and follow the instructions provided in | ||
the `README.md` for each module. |
This file was deleted.
Oops, something went wrong.