Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update site for Transport (#507)
Browse files Browse the repository at this point in the history
* Add mini_racer to development dependencies

* Drop obsolete table of contents from contributing guide

* Update site with Transport references

* Restrict mini_racer to ruby platform

* Update middleman-autoprefixer

---------

Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com>
  • Loading branch information
aaron-lane and Aaron Lane authored Mar 15, 2023
1 parent 31c8c07 commit dcc29f1
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 11 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
This document describes how to contribute to Kitchen-Terraform.
Proposals for changes to this document are welcome.

## Table of Contents

[Code of Conduct](#code-of-conduct)

[Asking Questions](#asking-questions)

[Project Technologies](#project-technologies)

## Code of Conduct

Contributors to Kitchen-Terraform are expected to adhere to the
Expand Down
Binary file modified docs/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-120x120-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-152x152-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-180x180-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-60x60-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-76x76-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon.ico
Binary file not shown.
Binary file modified docs/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,15 @@ <h4 class="display-6" style="font-weight: bolder;">
<div class="highlight"><pre class="syntax-highlight yaml"><code><span class="nn">---</span>
<span class="na">driver</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>
<span class="na">root_module_directory</span><span class="pi">:</span> <span class="s">test/fixtures/tf_module</span>
<span class="na">parallelism</span><span class="pi">:</span> <span class="m">4</span>

<span class="na">provisioner</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>

<span class="na">transport</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>
<span class="na">root_module_directory</span><span class="pi">:</span> <span class="s">test/fixtures/tf_module</span>

<span class="na">verifier</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>
<span class="na">systems</span><span class="pi">:</span>
Expand Down
Binary file modified docs/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/tutorials/extensive_kitchen_terraform.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,8 @@ <h1 class="display-3">Extensive Kitchen-Terraform</h1>
<div class="highlight"><pre class="syntax-highlight yaml"><code><span class="na">driver</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>

<span class="na">transport</span><span class="pi">:</span>
<span class="na">name</span><span class="pi">:</span> <span class="s">terraform</span>
<span class="c1"># The test fixture Terraform configuration is configured to be the Terraform</span>
<span class="c1"># root module</span>
<span class="na">root_module_directory</span><span class="pi">:</span> <span class="s">test/fixtures/wrapper</span>
Expand Down
2 changes: 2 additions & 0 deletions examples/extensive_kitchen_terraform/kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
driver:
name: terraform

transport:
name: terraform
# The test fixture Terraform configuration is configured to be the Terraform
# root module
root_module_directory: test/fixtures/wrapper
Expand Down
2 changes: 2 additions & 0 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
ruby ">= 2.7"

gemspec

gem "mini_racer", platforms: ["ruby"]
4 changes: 3 additions & 1 deletion kitchen-terraform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ require "rubygems"
specification.add_development_dependency "guard-rspec", "~> 4.7"
specification.add_development_dependency "guard-yard", "~> 2.2"
specification.add_development_dependency "guard", "~> 2.14"
specification.add_development_dependency "middleman-autoprefixer", "~> 2.7"
specification.add_development_dependency "middleman-autoprefixer", "~> 3.0"
specification.add_development_dependency "middleman-favicon-maker", "~> 4.1"
specification.add_development_dependency "middleman-livereload", "~> 3.4"
specification.add_development_dependency "middleman-syntax", "~> 3.0"
specification.add_development_dependency "middleman", "~> 4.2"
# mini_racer is implicity required by middleman
specification.add_development_dependency "mini_racer", "~> 0.6.3"
specification.add_development_dependency "rake", "~> 13.0"
specification.add_development_dependency "rspec", "~> 3.10"
specification.add_development_dependency "rufo", "~> 0.15.1"
Expand Down
5 changes: 4 additions & 1 deletion source/getting_started.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,15 @@ bundle install
---
driver:
name: terraform
root_module_directory: test/fixtures/tf_module
parallelism: 4

provisioner:
name: terraform

transport:
name: terraform
root_module_directory: test/fixtures/tf_module

verifier:
name: terraform
systems:
Expand Down

0 comments on commit dcc29f1

Please sign in to comment.