diff --git a/Version b/Version index 24b43005..576b7771 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -v0.2.2-22-gf5532f9 +v0.2.3 diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index 33c561d4..d555682d 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.2-23-gd494b97" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.3" # AWS access key aws_access_key = "" diff --git a/terraform/digitalocean/example/lattice.digitalocean.tf b/terraform/digitalocean/example/lattice.digitalocean.tf index af2b165c..a380a217 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.2-23-gd494b97" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.3" # Digital Ocean API token do_token = "" diff --git a/terraform/google/example/lattice.google.tf b/terraform/google/example/lattice.google.tf index be92f569..d38265e0 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.2-23-gd494b97" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.3" # Path to the JSON file used to describe your account credentials, downloaded from Google Cloud Console gce_account_file = ""