Skip to content

Commit

Permalink
Bump GCP CE based modules to latest (close #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Oct 11, 2021
1 parent 5c8f0a0 commit 0c53555
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/iglu_server/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "iglu_db" {

module "iglu_server" {
source = "snowplow-devops/iglu-server-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-iglu-server"

Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/iglu_server/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "iglu_db" {

module "iglu_server" {
source = "snowplow-devops/iglu-server-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-iglu-server"

Expand Down
8 changes: 4 additions & 4 deletions terraform/gcp/pipeline/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "enriched_topic" {
# 2. Deploy Collector stack
module "collector_pubsub" {
source = "snowplow-devops/collector-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-collector-server"

Expand Down Expand Up @@ -84,7 +84,7 @@ module "collector_lb" {
# 3. Deploy Enrichment
module "enrich_pubsub" {
source = "snowplow-devops/enrich-pubsub-ce/google"
version = "0.1.0"
version = "0.1.1"

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

Expand Down Expand Up @@ -129,7 +129,7 @@ module "pipeline_db" {

module "postgres_loader_enriched" {
source = "snowplow-devops/postgres-loader-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-pg-loader-enriched-server"

Expand Down Expand Up @@ -162,7 +162,7 @@ module "postgres_loader_enriched" {

module "postgres_loader_bad" {
source = "snowplow-devops/postgres-loader-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-pg-loader-bad-server"

Expand Down
8 changes: 4 additions & 4 deletions terraform/gcp/pipeline/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "enriched_topic" {
# 2. Deploy Collector stack
module "collector_pubsub" {
source = "snowplow-devops/collector-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-collector-server"

Expand Down Expand Up @@ -86,7 +86,7 @@ module "collector_lb" {
# 3. Deploy Enrichment
module "enrich_pubsub" {
source = "snowplow-devops/enrich-pubsub-ce/google"
version = "0.1.0"
version = "0.1.1"

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

Expand Down Expand Up @@ -133,7 +133,7 @@ module "pipeline_db" {

module "postgres_loader_enriched" {
source = "snowplow-devops/postgres-loader-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-pg-loader-enriched-server"

Expand Down Expand Up @@ -168,7 +168,7 @@ module "postgres_loader_enriched" {

module "postgres_loader_bad" {
source = "snowplow-devops/postgres-loader-pubsub-ce/google"
version = "0.2.0"
version = "0.2.1"

name = "${var.prefix}-pg-loader-bad-server"

Expand Down

0 comments on commit 0c53555

Please sign in to comment.