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

Commit 320ce19

Browse files
committed
Bump Version: v0.2.6-95-gb93c3ac -> v0.2.7
+ Bump Version Files Diego Release: 0.1360.0 Diego Release Git SHA: 646ffc1250292a6d7e5a3eec9e8721e5abe800e6 +Committed by GOCD- Run #937 of Pipeline: diego-edge, Stage: release, JOB: release
1 parent 9996abc commit 320ce19

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.6-95-gb93c3ac
1+
v0.2.7

terraform/aws/example/lattice.aws.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lattice-aws" {
2-
source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.6-96-g659ef9c"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.7"
33

44
# AWS access key
55
aws_access_key = "<CHANGE-ME>"

terraform/digitalocean/example/lattice.digitalocean.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lattice-digitalocean" {
2-
source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.6-96-g659ef9c"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.7"
33

44
# Digital Ocean API token
55
do_token = "<CHANGE-ME>"

terraform/google/example/lattice.google.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lattice-google" {
2-
source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.6-96-g659ef9c"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.7"
33

44
# Path to the JSON file used to describe your account credentials, downloaded from Google Cloud Console
55
gce_account_file = "<CHANGE-ME>"

terraform/openstack/example/lattice.openstack.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lattice-openstack" {
2-
source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.2.6-96-g659ef9c"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.2.7"
33

44
# OpenStack User Account
55
openstack_access_key = "<CHANGE-ME>"

0 commit comments

Comments
 (0)