Skip to content

Commit

Permalink
Added landing page pointing to our tf repos
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dewey committed Jun 4, 2024
1 parent 4d29682 commit a053be8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
12 changes: 6 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2023 Corelight, Inc.
Copyright (c) 2024 Corelight, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
52 changes: 49 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,55 @@
# Cloud Scripts
# Corelight Cloud

Scripts used to deploy Corelight Sensors into various Cloud Providers.
IaC used to deploy Corelight Sensors into various Cloud Providers.

## Cloud Enrichment Service

Code to deploy Corelight's Cloud Enrichment services.

### AWS

* [Terraform][terraform-aws-enrichment]

[terraform-aws-enrichment]: https://github.com/corelight/terraform-aws-enrichment/

### Azure

* [Terraform][terraform-azure-enrichment]

[terraform-azure-enrichment]: https://github.com/corelight/terraform-azure-enrichment/

### GCP

* [Terraform][terraform-gcp-enrichment]

[terraform-gcp-enrichment]: https://github.com/corelight/terraform-gcp-sensor/

## Cloud Sensor

Code to deploy Corelight's Cloud Sensor.

### AWS

* [Terraform][terraform-aws-sensor]
* [CFN][cfn-aws-sensor]

[terraform-aws-sensor]: https://github.com/corelight/terraform-aws-sensor/
[cfn-aws-sensor]: https://github.com/corelight/corelight-cloud/tree/main/cloud-native-iac/AWS

### Azure

* [Terraform][terraform-azure-sensor]

[terraform-azure-sensor]: https://github.com/corelight/terraform-azure-sensor/

### GCP

* [Terraform][terraform-gcp-sensor]

[gcp-sensor]: https://github.com/corelight/terraform-gcp-enrichment/

## License

The [MIT] License.
The project is licensed under the [MIT][] license.

[MIT]: LICENSE

0 comments on commit a053be8

Please sign in to comment.