Skip to content

Commit

Permalink
update S3 bucket for AWSMA prd environment (SumoLogic#206)
Browse files Browse the repository at this point in the history
Co-authored-by: BrianWanner <BrianWanner@users.noreply.github.com>
  • Loading branch information
BrianWanner and BrianWanner authored Feb 16, 2021
1 parent 0171c48 commit fa93803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/infosec-corelight.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "sumologic_s3_source" "infosec-corelight" {
name = "corelight Logs"
name = "corelight logs"
description = "Log files from corelight appliances"
category = "corelight"
content_type = "AwsS3Bucket"
Expand All @@ -10,12 +10,12 @@ resource "sumologic_s3_source" "infosec-corelight" {

authentication {
type = "AWSRoleBasedAuthentication"
role_arn = "arn:aws:iam::147536899606:role/corelight-sumo-ingest-role"
role_arn = "arn:aws:iam::550861604386:role/corelight-sumo-ingest-role"
}

path {
type = "S3BucketPathExpression"
bucket_name = "infosec-corelight-396d6b7c"
bucket_name = "infosec-corelight-51347c84"
path_expression = "*"
}

Expand Down

0 comments on commit fa93803

Please sign in to comment.