Skip to content

Commit ba40d1f

Browse files
committed
add cloud provider param in cling assets
1 parent 5fb4c54 commit ba40d1f

File tree

1 file changed

+3
-1
lines changed
  • modules/integrations/cross-account-event-bridge

1 file changed

+3
-1
lines changed

modules/integrations/cross-account-event-bridge/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#-----------------------------------------------------------------------------------------
1515
data "aws_caller_identity" "current" {}
1616

17-
data "sysdig_secure_cloud_ingestion_assets" "assets" {}
17+
data "sysdig_secure_cloud_ingestion_assets" "assets" {
18+
cloud_provider = "aws"
19+
}
1820

1921
data "sysdig_secure_trusted_cloud_identity" "trusted_identity" {
2022
cloud_provider = "aws"

0 commit comments

Comments
 (0)