diff --git a/Version b/Version index 0a2387cc..f0cfd3bb 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -v0.2.1-53-gd0a4425 +v0.2.2 diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index 95add6cf..2a4ac4df 100644 --- a/terraform/aws/example/lattice.aws.tf +++ b/terraform/aws/example/lattice.aws.tf @@ -1,5 +1,5 @@ module "lattice-aws" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.1-54-gdd064ab" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.2" # AWS access key aws_access_key = "" diff --git a/terraform/digitalocean/example/lattice.digitalocean.tf b/terraform/digitalocean/example/lattice.digitalocean.tf index bd4974f8..04fb553b 100644 --- a/terraform/digitalocean/example/lattice.digitalocean.tf +++ b/terraform/digitalocean/example/lattice.digitalocean.tf @@ -1,5 +1,5 @@ module "lattice-digitalocean" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.1-54-gdd064ab" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.2" # Digital Ocean API token do_token = "" diff --git a/terraform/google/example/lattice.google.tf b/terraform/google/example/lattice.google.tf index dffb4246..7b48edfc 100644 --- a/terraform/google/example/lattice.google.tf +++ b/terraform/google/example/lattice.google.tf @@ -1,5 +1,5 @@ module "lattice-google" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.1-54-gdd064ab" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.2" # Path to the JSON file used to describe your account credentials, downloaded from Google Cloud Console gce_account_file = ""