Skip to content

Commit

Permalink
fix: lacework_agent_configuration type (#63)
Browse files Browse the repository at this point in the history
* fix: lacework_agent_configuration type

* fix: updating example
  • Loading branch information
jon-stewart authored Nov 23, 2022
1 parent 46452ab commit 9d9fde7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/custom-agent-configuration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ module "lacework_k8s_datacollector" {
"privileges" : {
"capsmode" : "enabled"
}
"fim" : {
"runat": "23:50"
"mode": "enable"
}
"cpurequest": "200m"
}
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "lacework_agent_autoupgrade" {
}

variable "lacework_agent_configuration" {
type = map(any)
type = any
description = "A map/dictionary of configuration parameters for the Lacework datacollector"
default = {}
}
Expand Down

0 comments on commit 9d9fde7

Please sign in to comment.