Skip to content

Commit

Permalink
Merge pull request #7 from unifio/v070
Browse files Browse the repository at this point in the history
Covalence v0.7.0
  • Loading branch information
blakeneyops authored May 15, 2017
2 parents 9156ed2 + dfe4419 commit e4fe01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ machine:
service:
- docker
environment:
COVALENCE_VERSION: 0.6.1
COVALENCE_VERSION: 0.7.0
DOCKER_IMAGE: 'unifio/covalence'
TERRAFORM_VERSION: 0.9.2
TERRAFORM_VERSION: 0.9.5
services:
- docker

Expand Down
4 changes: 2 additions & 2 deletions uat/data/stacks/vpc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# VPC Stack
vpc::vars:
terraform::vpc::vars:
enable_dns: 'false'
enable_hostnames: 'false'
region: "%{hiera('region')}"
Expand All @@ -9,7 +9,7 @@ vpc::vars:
vpc_cidr: '172.16.0.0/21'

## Module & State
vpc::module: 'vpc'
vpc::module: 'terraform/vpc'
vpc::state:
- s3:
bucket: "%{hiera('s3_state_bucket')}"
Expand Down

0 comments on commit e4fe01f

Please sign in to comment.