Skip to content

Commit

Permalink
Bump service module to 0.2.1 (close #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow authored and jbeemster committed Jan 17, 2024
1 parent 050fb76 commit b95fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
module_name = "transformer-kinesis-ec2"
module_version = "0.3.5"
module_version = "0.3.6"

app_name = "transformer-kinesis"
app_version = var.app_version
Expand Down Expand Up @@ -381,7 +381,7 @@ locals {

module "service" {
source = "snowplow-devops/service-ec2/aws"
version = "0.2.0"
version = "0.2.1"

user_supplied_script = local.user_data
name = var.name
Expand Down

0 comments on commit b95fe68

Please sign in to comment.