-
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.
Restructured repo and brought tf examples
- Loading branch information
John Dewey
committed
Oct 25, 2024
1 parent
a366ecc
commit 8f6aef2
Showing
2 changed files
with
59 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Terraform | ||
|
||
This directory contains **Terraform** modules used to deploy Corelight products | ||
across multiple cloud providers. | ||
|
||
## Corelight Sensors | ||
|
||
Terraform modules for deploying Corelight Sensors in the following cloud | ||
environments: | ||
|
||
- **AWS** | ||
|
||
- [Terraform Module](./aws/README.md) | ||
|
||
- **Azure** | ||
|
||
- [Terraform Module](./azure/README.md) | ||
|
||
- **GCP** | ||
|
||
- [Terraform Module](./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) | ||
|
||
## How to Use | ||
|
||
Navigate into the appropriate cloud provider's directory and follow the | ||
instructions provided in the `README.md` for each module. |