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

Update site for Transport #507

Merged
merged 5 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site with Transport references
  • Loading branch information
Aaron Lane committed Mar 15, 2023
commit fc620eb6fe9bcdccf1e2413f8adeadd2b228b850
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
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