Skip to content

Commit

Permalink
Bump AWS enrich module to 0.1.3 (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jul 20, 2021
1 parent f53808a commit bf2a1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module "collector_kinesis" {
# 3. Deploy Enrichment
module "enrich_kinesis" {
source = "snowplow-devops/enrich-kinesis-ec2/aws"
version = "0.1.2"
version = "0.1.3"

name = "${var.prefix}-enrich-server"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module "collector_kinesis" {
# 3. Deploy Enrichment
module "enrich_kinesis" {
source = "snowplow-devops/enrich-kinesis-ec2/aws"
version = "0.1.2"
version = "0.1.3"

name = "${var.prefix}-enrich-server"
vpc_id = var.vpc_id
Expand Down

0 comments on commit bf2a1d7

Please sign in to comment.