Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Bump Terraform Examples
Browse files Browse the repository at this point in the history
        + Update terraform example files to point to source v0.3.0-119-g25aaef4
        + Terraform now downloads Lattice v0.3.0-118-g63e3253

        +Committed by GOCD- Run #92 of Pipeline: lattice, Stage: promote_and_publish, JOB: promote_and_publish
  • Loading branch information
diego-edge-ci committed Aug 20, 2015
1 parent 25aaef4 commit 4a57287
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/example/lattice.aws.tf
Original file line number Diff line number Diff line change
@@ -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 = "<CHANGE-ME>"
Expand Down
2 changes: 1 addition & 1 deletion terraform/digitalocean/example/lattice.digitalocean.tf
Original file line number Diff line number Diff line change
@@ -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 = "<CHANGE-ME>"
Expand Down
2 changes: 1 addition & 1 deletion terraform/google/example/lattice.google.tf
Original file line number Diff line number Diff line change
@@ -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 = "<CHANGE-ME>"
Expand Down
2 changes: 1 addition & 1 deletion terraform/openstack/example/lattice.openstack.tf
Original file line number Diff line number Diff line change
@@ -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 = "<CHANGE-ME>"
Expand Down

0 comments on commit 4a57287

Please sign in to comment.