Skip to content

Commit

Permalink
Bump service module to 0.2.1 (close #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow authored and jbeemster committed Jan 17, 2024
1 parent b460e3c commit a38a7e9
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 = "elasticsearch-loader-kinesis-ec2"
module_version = "0.4.2"
module_version = "0.4.3"

app_name = "snowplow-elasticsearch-loader"
app_version = "2.0.9"
Expand Down Expand Up @@ -325,7 +325,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 a38a7e9

Please sign in to comment.