Skip to content

Commit

Permalink
feat(modular): add modular support for cdr/ciem
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho committed Sep 5, 2024
1 parent 285d3ab commit 86f419c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions modules/integrations/webhook-datasource/variables.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
variable "region" {
description = "Region for Google provider"
type = string
default = "us-west1"
}

variable "project_id" {
type = string
description = "(Required) Target Project identifier provided by the customer"
Expand Down
1 change: 1 addition & 0 deletions modules/integrations/webhook-datasource/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ terraform {
}
sysdig = {
source = "sysdiglabs/sysdig"
version = ">= 1.34.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 86f419c

Please sign in to comment.