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.2.0-rc-11-g6cde7ba
        + Terraform now downloads Lattice v0.2.0-rc-10-ge70b6c2

        +Committed by GOCD- Run #738 of Pipeline: diego-edge, Stage: promote_and_publish, JOB: promote_and_publish
  • Loading branch information
diego-edge-ci committed Mar 12, 2015
1 parent 6cde7ba commit 54377bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/lattice.tf.example
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.0-rc"
source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.0-rc-11-g6cde7ba"

# AWS access key
aws_access_key = "<CHANGE-ME>"
Expand Down
2 changes: 1 addition & 1 deletion terraform/digitalocean/lattice.tf.example
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.0-rc"
source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.0-rc-11-g6cde7ba"

# Digital Ocean API token
do_token = "<CHANGE-ME>"
Expand Down
2 changes: 1 addition & 1 deletion terraform/google/lattice.tf.example
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.0-rc"
source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.0-rc-11-g6cde7ba"

# 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 54377bc

Please sign in to comment.