Skip to content

Commit

Permalink
Bump service module to 0.2.1 (close #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow authored and jbeemster committed Jan 17, 2024
1 parent 032aeee commit 2275531
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 = "redshift-loader-ec2"
module_version = "0.1.2"
module_version = "0.1.3"

app_name = "rdb-loader-redshift"
app_version = var.app_version
Expand Down Expand Up @@ -380,7 +380,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 2275531

Please sign in to comment.