File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
aws-observability-terraform/source-module Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ module "elb_module" {
9898 }
9999
100100 auto_enable_access_logs = var. auto_enable_access_logs
101- app_semantic_version = " 1.0.12 "
101+ app_semantic_version = " 1.0.14 "
102102 auto_enable_access_logs_options = {
103103 filter = " 'Type': 'application'|'type': 'application'"
104104 remove_on_delete_stack = true
@@ -142,7 +142,7 @@ module "classic_lb_module" {
142142 }
143143 }
144144 auto_enable_access_logs = var. auto_enable_classic_lb_access_logs
145- app_semantic_version = " 1.0.12 "
145+ app_semantic_version = " 1.0.14 "
146146 auto_enable_access_logs_options = {
147147 bucket_prefix = local.auto_classic_lb_path_exp
148148 auto_enable_logging = " ELB"
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Resources:
124124 Properties :
125125 Location :
126126 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
127- SemanticVersion : 1.0.12
127+ SemanticVersion : 1.0.14
128128 Parameters :
129129 BucketName : !Ref ALBS3LogsBucketName
130130 BucketPrefix : " elasticloadbalancing"
@@ -139,7 +139,7 @@ Resources:
139139 Properties :
140140 Location :
141141 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
142- SemanticVersion : 1.0.12
142+ SemanticVersion : 1.0.14
143143 Parameters :
144144 BucketName : !Ref ELBS3LogsBucketName
145145 BucketPrefix : !Ref ELBS3LogsBucketPrefix
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ Resources:
537537 Properties :
538538 Location :
539539 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
540- SemanticVersion : 1.0.12
540+ SemanticVersion : 1.0.14
541541 Parameters :
542542 BucketName : !Ref CommonS3Bucket
543543 BucketPrefix : " elasticloadbalancing"
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ Resources:
535535 Properties :
536536 Location :
537537 ApplicationId : arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
538- SemanticVersion : 1.0.12
538+ SemanticVersion : 1.0.14
539539 Parameters :
540540 BucketName : !Ref CommonS3Bucket
541541 BucketPrefix : " elasticloadbalancing"
You can’t perform that action at this time.
0 commit comments