Skip to content

Commit

Permalink
Merge pull request #195 from SumoLogic/sumo_243665
Browse files Browse the repository at this point in the history
Updated sumologic-s3-logging-auto-enable version
  • Loading branch information
himsharma01 authored Jul 5, 2024
2 parents 84eda30 + 3f7a477 commit 1d8a9c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions aws-observability-terraform/source-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "elb_module" {
}

auto_enable_access_logs = var.auto_enable_access_logs
app_semantic_version = "1.0.10"
app_semantic_version = "1.0.11"
auto_enable_access_logs_options = {
filter = "'Type': 'application'|'type': 'application'"
remove_on_delete_stack = true
Expand Down Expand Up @@ -142,7 +142,7 @@ module "classic_lb_module" {
}
}
auto_enable_access_logs = var.auto_enable_classic_lb_access_logs
app_semantic_version = "1.0.10"
app_semantic_version = "1.0.11"
auto_enable_access_logs_options = {
bucket_prefix = local.auto_classic_lb_path_exp
auto_enable_logging = "ELB"
Expand Down
4 changes: 2 additions & 2 deletions aws-observability/apps/autoenable/auto_enable.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.10
SemanticVersion: 1.0.11
Parameters:
BucketName: !Ref ALBS3LogsBucketName
BucketPrefix: "elasticloadbalancing"
Expand All @@ -139,7 +139,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.10
SemanticVersion: 1.0.11
Parameters:
BucketName: !Ref ELBS3LogsBucketName
BucketPrefix: !Ref ELBS3LogsBucketPrefix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.10
SemanticVersion: 1.0.11
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.10
SemanticVersion: 1.0.11
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down

0 comments on commit 1d8a9c5

Please sign in to comment.