File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ module "cloud-logs" {
1111 source = " ../../../modules/integrations/cloud-logs"
1212 bucket_arn = " arn:aws:s3:::<your-cloudtrail-bucket-name>"
1313 bucket_account_id = " <your-account-id>"
14- kms_key_arn = " arn:aws:kms:us-east-1: <your-account-id>:key/<your- kms-key-id >"
14+ kms_key_arn = " <your-cloudtrail- kms-key-arn >"
1515 regions = [" us-east-1" ]
16- topic_arn = " arn:aws:sns:us-east-1: <your-account-id>:<your- topic-name >"
16+ topic_arn = " <your-cloudtrail- topic-arn >"
1717 create_topic = false
1818 role_arn = " arn:aws:iam::<your-account-id>:role/<your-role-name>"
1919 sysdig_secure_account_id = module. onboarding . sysdig_secure_account_id
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ module "cloud-logs" {
1212 source = " ../../../modules/integrations/cloud-logs"
1313 bucket_arn = " arn:aws:s3:::<your-cloudtrail-bucket-name>"
1414 bucket_account_id = " <your-account-id>"
15- kms_key_arn = " arn:aws:kms:us-east-1: <your-account-id>:key/<your- kms-key-id >"
15+ kms_key_arn = " <your-cloudtrail- kms-key-arn >"
1616 regions = [" us-east-1" ]
17- topic_arn = " arn:aws:sns:us-east-1: <your-account-id>:<your- topic-name >"
17+ topic_arn = " <your-cloudtrail- topic-arn >"
1818 create_topic = false
1919 role_arn = " arn:aws:iam::<your-account-id>:role/<your-role-name>"
2020 sysdig_secure_account_id = module. onboarding . sysdig_secure_account_id
You can’t perform that action at this time.
0 commit comments