-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add lacework metrics data source (#69)
* feat: add lacework metrics data source Signed-off-by: Darren Murray <darren.murray@lacework.net> * feat: add lacework metrics data source Signed-off-by: Darren Murray <darren.murray@lacework.net> * feat: add telemetry var Signed-off-by: Darren Murray <darren.murray@lacework.net> * docs: update Readme Signed-off-by: Darren Murray <darren.murray@lacework.net> * docs: update Readme Signed-off-by: Darren Murray <darren.murray@lacework.net> * feat: add date source Signed-off-by: Darren Murray <darren.murray@lacework.net> * docs: update Readme Signed-off-by: Darren Murray <darren.murray@lacework.net> * chore: add lacework_metric_module datasource Signed-off-by: Darren Murray <darren.murray@lacework.net> * chore: add lacework_metric_module datasource Signed-off-by: Darren Murray <darren.murray@lacework.net> --------- Signed-off-by: Darren Murray <darren.murray@lacework.net>
- Loading branch information
1 parent
bd44cbb
commit ce3a1bc
Showing
8 changed files
with
29 additions
and
3 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ terraform { | |
aws = "~> 3.0" | ||
lacework = { | ||
source = "lacework/lacework" | ||
version = "~> 0.4" | ||
version = "~> 1.18" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ terraform { | |
aws = "~> 3.0" | ||
lacework = { | ||
source = "lacework/lacework" | ||
version = "~> 0.4" | ||
version = "~> 1.18" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ terraform { | |
aws = "~> 3.0" | ||
lacework = { | ||
source = "lacework/lacework" | ||
version = "~> 0.4" | ||
version = "~> 1.18" | ||
} | ||
} | ||
} |
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