Skip to content

Commit

Permalink
chore: add lacework_metric_module datasource
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Jan 19, 2024
1 parent a163a37 commit 07ee22b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/access-lacework-token-via-provider/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
aws = "~> 3.0"
lacework = {
source = "lacework/lacework"
version = "~> 0.4"
version = "~> 1.18"
}
}
}
4 changes: 4 additions & 0 deletions examples/additional-agent-configuration/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ terraform {

required_providers {
aws = "~> 4.0"
lacework = {
source = "lacework/lacework"
version = "~> 1.18"
}
}
}
2 changes: 1 addition & 1 deletion examples/custom-server-url/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
aws = "~> 3.0"
lacework = {
source = "lacework/lacework"
version = "~> 0.4"
version = "~> 1.18"
}
}
}
4 changes: 4 additions & 0 deletions examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ terraform {

required_providers {
aws = "~> 3.0"
lacework = {
source = "lacework/lacework"
version = "~> 1.18"
}
}
}
2 changes: 1 addition & 1 deletion examples/enable-syscall-default-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
aws = "~> 3.0"
lacework = {
source = "lacework/lacework"
version = "~> 0.4"
version = "~> 1.18"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
aws = ">= 3.0"
lacework = {
source = "lacework/lacework"
version = ">= 1.18"
version = "~> 1.18"
}
}
}

0 comments on commit 07ee22b

Please sign in to comment.