Skip to content

Commit e2d42e8

Browse files
authored
Merge pull request #24 from SumoLogic/sam-version-update
Updating kinesis log module
2 parents f5e0c95 + 61b5066 commit e2d42e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aws/kinesisfirehoseforlogs/kinesisfirehoseforlogs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ resource "aws_serverlessapplicationrepository_cloudformation_stack" "auto_enable
164164

165165
name = "Auto-Enable-Logs-Subscription-${random_string.aws_random.id}"
166166
application_id = "arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector"
167-
semantic_version = "1.0.6"
167+
semantic_version = var.app_semantic_version
168168
capabilities = data.aws_serverlessapplicationrepository_application.app.required_capabilities
169169
parameters = {
170170
DestinationArnType = "Kinesis"

aws/kinesisfirehoseforlogs/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ variable "source_details" {
5353
}
5454
}
5555

56+
variable "app_semantic_version" {
57+
type = string
58+
description = "Provide the latest version of Serverless Application Repository 'sumologic-loggroup-connector'."
59+
default = "1.0.7"
60+
}
61+
5662
variable "auto_enable_logs_subscription" {
5763
type = string
5864
description = <<EOT

0 commit comments

Comments
 (0)