Skip to content

Commit 29ed445

Browse files
Add ingestionURL metadata (#69)
1 parent 9d5fa08 commit 29ed445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/integrations/cloud-logs/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ resource "sysdig_secure_cloud_auth_account_component" "aws_cloud_logs" {
307307
ingested_regions = var.regions
308308
routing_key = local.routing_key
309309
role_account_id = local.bucket_account_id
310+
ingestion_url = local.ingestion_url
310311
}
311312
}
312313
})

modules/integrations/cloud-logs/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010
sysdig = {
1111
source = "sysdiglabs/sysdig"
12-
version = "~> 1.52"
12+
version = "~> 1.56"
1313
}
1414
random = {
1515
source = "hashicorp/random"

0 commit comments

Comments
 (0)