Skip to content

Commit

Permalink
Moved tags outside of optional section in README (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h authored Jun 6, 2024
1 parent 388d77e commit 6e778fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Terraform for Corelight's Azure Cloud Sensor Deployment.
<img src="docs/overview.svg" alt="overview">

## Usage

```terraform
module "sensor" {
source = "github.com/corelight/terraform-azure-sensor"
Expand All @@ -19,14 +20,15 @@ module "sensor" {
community_string = "<the community string (api string) often times referenced by Fleet>"
sensor_ssh_public_key = "<path to ssh public key>"
# (Optional) Cloud Enrichment Variables
enrichment_storage_account_name = "<name of the enrichment storage account>"
enrichment_storage_container_name = "<name of the enrichment container in the storage account>"
tags = {
foo: bar,
terraform: true,
purpose: Corelight
}
# (Optional) Cloud Enrichment Variables
enrichment_storage_account_name = "<name of the enrichment storage account>"
enrichment_storage_container_name = "<name of the enrichment container in the storage account>"
}
```

Expand Down

0 comments on commit 6e778fe

Please sign in to comment.