This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathindex.html.erb
104 lines (98 loc) · 3.56 KB
/
index.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
title: Kitchen-Terraform
---
<div class="container-fluid" style="padding-top: 0px;">
<div class="row">
<div class="col-12">
<div class="jumbotron">
<h1 class="display-3">
Kitchen-Terraform
</h1>
<p class="lead">
An open source set of <a href="http://kitchen.ci" style="color: #32c850;">Test Kitchen</a> plugins for testing <a href="http://terraform.io" style="color: #32c850;">Terraform</a> configuration.
</p>
<p>
<a href="https://rubygems.org/gems/kitchen-terraform">
<img
alt="Gem version"
height="18"
src="https://img.shields.io/gem/v/kitchen-terraform.svg"
>
</a>
<a href="https://rubygems.org/gems/kitchen-terraform">
<img
alt="Gem downloads version"
height="18"
src="https://img.shields.io/gem/dtv/kitchen-terraform.svg"
>
</a>
<a href="https://rubygems.org/gems/kitchen-terraform">
<img
alt="Gem downloads total"
height="18"
src="https://img.shields.io/gem/dt/kitchen-terraform.svg"
>
</a>
<br><br>
<a href="https://github.com/newcontext-oss/kitchen-terraform/actions/workflows/kitchen-tests.yml">
<img
alt="Build status"
height="18"
src="https://github.com/newcontext-oss/kitchen-terraform/actions/workflows/kitchen-tests.yml/badge.svg"
>
</a>
<a href="https://codeclimate.com/github/newcontext-oss/kitchen-terraform/test_coverage">
<img
alt="Test coverage"
height="18"
src="https://api.codeclimate.com/v1/badges/73d4a2280a30e680bac4/test_coverage"
>
</a>
<a href="https://codeclimate.com/github/newcontext-oss/kitchen-terraform/maintainability">
<img
alt="Maintainability"
height="18"
src="https://api.codeclimate.com/v1/badges/73d4a2280a30e680bac4/maintainability"
>
</a>
<a href="https://hakiri.io/github/newcontext-oss/kitchen-terraform/">
<img
alt="Dependencies"
height="18"
src="https://hakiri.io/github/newcontext-oss/kitchen-terraform/master.svg"
>
</a>
<br><br>
<a href="https://gitter.im/kitchen-terraform/Lobby">
<img
alt="Gitter chat"
height="18"
src="https://img.shields.io/gitter/room/kitchen-terraform/Lobby.svg"
>
</a>
</p>
<p class="lead">
<%= link_to "Getting Started", "/getting_started.html", :class => "btn btn-primary btn-lg", :role => "button" %>
<%= link_to "Tutorials", "/tutorials/index.html", :class => "btn btn-primary btn-lg", :role => "button" %>
<%= link_to "About", "/about.html", :class => "btn btn-primary btn-lg", :role => "button" %>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<% code("ruby") do %>
-----> Starting Kitchen (v1.16.0)
Terraform v0.10.8
$$$$$$ Terraform version 0.10.8 is supported
-----> Verifying <example-server>...
....
Profile Summary: 1 successful control, 0 control failures, 0 controls skipped
Test Summary: 1 successful, 0 failures, 0 skipped
Finished verifying <example-server> (0m0.53s).
-----> Kitchen is finished. (0m0.97s)
<% end %>
</div>
</div>
</div>
</div>