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

Commit

Permalink
Bump Version: v0.2.1-53-gd0a4425 -> v0.2.2
Browse files Browse the repository at this point in the history
        + Bump Version Files

        Diego Release Git SHA: f77905ce83e40fe176525b365b9c1045f868d211

        +Committed by GOCD- Run #768 of Pipeline: diego-edge, Stage: release, JOB: release
  • Loading branch information
diego-edge-ci committed Apr 3, 2015
1 parent 1f55466 commit eb4a10f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.1-53-gd0a4425
v0.2.2
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.2.1-54-gdd064ab"
source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.2"

# AWS access key
aws_access_key = "<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.2.1-54-gdd064ab"
source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.2"

# Digital Ocean API token
do_token = "<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.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 = "<CHANGE-ME>"
Expand Down

0 comments on commit eb4a10f

Please sign in to comment.