File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
aws/kinesisfirehoseforlogs Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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+
5662variable "auto_enable_logs_subscription" {
5763 type = string
5864 description = << EOT
You can’t perform that action at this time.
0 commit comments