diff --git a/Version b/Version index 0c7e1696..600e6fd3 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -v0.3.0-118-g63e3253 +v0.3.3 diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index 59b9a9d3..fd7b3216 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/digitalocean/example/lattice.digitalocean.tf b/terraform/digitalocean/example/lattice.digitalocean.tf index 9b4a0c53..a3c687de 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/google/example/lattice.google.tf b/terraform/google/example/lattice.google.tf index fbc50676..a2977ec3 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.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = "" diff --git a/terraform/openstack/example/lattice.openstack.tf b/terraform/openstack/example/lattice.openstack.tf index bcc0e632..fecc8b8d 100644 --- a/terraform/openstack/example/lattice.openstack.tf +++ b/terraform/openstack/example/lattice.openstack.tf @@ -1,5 +1,5 @@ module "lattice-openstack" { - source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.3.0-119-g25aaef4" + source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.3.3" # Specify an API username and password for your lattice cluster # lattice_username = ""