Skip to content

Commit

Permalink
Merge pull request #7 from newcontext-oss/brandoconnor-feature/migrat…
Browse files Browse the repository at this point in the history
…e_to_inspec-gcp

Brandoconnor feature/migrate to inspec gcp
  • Loading branch information
KevinBuchs authored Aug 7, 2019
2 parents bab45c2 + 62fd59f commit f298835
Show file tree
Hide file tree
Showing 15 changed files with 386 additions and 123 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.terraform
.terraform/
.kitchen/
terraform.tfstate.d/
terraform.tfstate*
Expand All @@ -7,3 +7,5 @@ credentials.json
ubuntu*
.vscode
ci.tar.gz
vendor/
.bundle
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: ruby
rvm:
- 2.5
cache:
directories:
- vendor/bundle
- vendor/cache
- vendor/bin
- vendor/google-cloud-sdk
before_install:
- gem update --system
- gem install bundler
- bundle --full-index
jobs:
stages:
- name: prepare cache
Expand All @@ -31,4 +37,4 @@ jobs:
file: "**/*"
on:
repo: newcontext-oss/terraform-google-instance
branch: master
branch: master
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org/' do
gem 'kitchen-terraform'
end
gem 'inspec', '~> 2.2.35' # for Terraform 0.12+, make: ~> 4.0.0
gem 'kitchen-google', '~> 1.5'
gem 'kitchen-terraform', '~> 4.0.0' # for Terraform 0.12+, make: >= 4.0.0
end
Loading

0 comments on commit f298835

Please sign in to comment.