Skip to content

Commit

Permalink
fixing usage example and making license key a sensitive variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jun 4, 2024
1 parent f8418f0 commit 96a6427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Terraform for Corelight's Azure Cloud Sensor Deployment.
<img src="docs/overview.svg" alt="overview">

## Usage
```hcl
resource "sensor" {
```terraform
module "sensor" {
source = "github.com/corelight/terraform-azure-sensor"
license_key = "<your Corelight sensor license key>"
Expand Down
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variable "resource_group_name" {
variable "license_key" {
description = "Your Corelight sensor license key"
type = string
sensitive = true
}

variable "virtual_network_name" {
Expand Down

0 comments on commit 96a6427

Please sign in to comment.