Skip to content

Commit

Permalink
Corrected module usage in README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jun 5, 2024
1 parent dbf6135 commit 7ef2ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Terraform for Corelight's Sensor Configuration.

```hcl
module "sensor_config" {
source = "../../"
source = "github.com/corelight/terraform-config-sensor"
fleet_community_string = "<your Corelight Fleet community string>"
sensor_license = "<your Corelight sensor license key>"
sensor_management_interface_name = "<the instance's management interface name>"
sensor_monitoring_interface_name = "<the instance's monitoring interface name>"
sensor_health_check_probe_source_ranges_cidr = "<the cloud provider's health check source CIDR>
sensor_health_check_probe_source_ranges_cidr = "<the cloud provider's health check source CIDR>"
subnetwork_monitoring_cidr = "<the instance's monitoring subnetwork CIDR>"
subnetwork_monitoring_gateway = "<the instance's monitoring subnetwork gateway IP>"
Expand Down

0 comments on commit 7ef2ddb

Please sign in to comment.