We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb4c54 commit ba40d1fCopy full SHA for ba40d1f
modules/integrations/cross-account-event-bridge/main.tf
@@ -14,7 +14,9 @@
14
#-----------------------------------------------------------------------------------------
15
data "aws_caller_identity" "current" {}
16
17
-data "sysdig_secure_cloud_ingestion_assets" "assets" {}
+data "sysdig_secure_cloud_ingestion_assets" "assets" {
18
+ cloud_provider = "aws"
19
+}
20
21
data "sysdig_secure_trusted_cloud_identity" "trusted_identity" {
22
cloud_provider = "aws"
0 commit comments