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

Commit 9996abc

Browse files
committed
Bump Terraform Examples
+ Update terraform example files to point to source v0.2.6-96-g659ef9c + Terraform now downloads Lattice v0.2.6-95-gb93c3ac +Committed by GOCD- Run #937 of Pipeline: diego-edge, Stage: promote_and_publish, JOB: promote_and_publish
1 parent 659ef9c commit 9996abc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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-93-g937b3d4"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//aws?ref=v0.2.6-96-g659ef9c"
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-93-g937b3d4"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//digitalocean?ref=v0.2.6-96-g659ef9c"
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-93-g937b3d4"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//google?ref=v0.2.6-96-g659ef9c"
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-93-g937b3d4"
2+
source = "github.com/cloudfoundry-incubator/lattice//terraform//openstack?ref=v0.2.6-96-g659ef9c"
33

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

0 commit comments

Comments
 (0)