diff --git a/terraform/aws/example/lattice.aws.tf b/terraform/aws/example/lattice.aws.tf index d556c6f5..59b9a9d3 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.2-3-g49035f0" + source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.3.0-119-g25aaef4" # 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 f80a0c17..9b4a0c53 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.2-3-g49035f0" + source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.3.0-119-g25aaef4" # 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 976e720b..fbc50676 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.2-3-g49035f0" + source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.3.0-119-g25aaef4" # 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 74fbc3cc..bcc0e632 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.2-3-g49035f0" + source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.3.0-119-g25aaef4" # Specify an API username and password for your lattice cluster # lattice_username = ""