Skip to content

Commit 785ff9a

Browse files
committed
Regenerate documentation
1 parent 692d452 commit 785ff9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+13427
-931
lines changed

docs/RubyTerraform.html

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

docs/RubyTerraform/ClassMethods.html

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

docs/RubyTerraform/Commands.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Module: RubyTerraform::Commands
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -107,9 +107,9 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Wed Jul 17 17:33:19 2024 by
110+
Generated on Sat Feb 7 19:50:56 2026 by
111111
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112-
0.9.36 (ruby-3.1.1).
112+
0.9.37 (ruby-3.1.1).
113113
</div>
114114

115115
</div>

docs/RubyTerraform/Commands/Apply.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Apply
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -143,6 +143,8 @@ <h2>Overview</h2><div class="docstring">
143143
</li><li>
144144
<p><code>:refresh</code>: when <code>true</code>, updates state prior to checking for differences; when <code>false</code> uses locally available state; defaults to <code>true</code>; this has no effect when <code>:plan</code> is provided.</p>
145145
</li><li>
146+
<p><code>:refresh_only</code>: when <code>true</code>, checks whether remote objects still match the outcome of the most recent Terraform apply but does not propose any actions to undo any changes made outside of Terraform; this has no effect when <code>:plan</code> is provided</p>
147+
</li><li>
146148
<p><code>:replace</code>: force replacement of a particular resource instance using its resource address. If the apply would’ve normally produced an update or no-op action for this instance, Terraform will replace it instead.</p>
147149
</li><li>
148150
<p><code>:replaces</code>: an array of resource addresses to replace; if both <code>replace</code> and <code>replaces</code> are provided, all resources will be replaced.</p>
@@ -172,12 +174,12 @@ <h2>Overview</h2><div class="docstring">
172174
<div class="tags">
173175

174176
<div class="examples">
175-
<p class="tag_title">Examples:</p>
177+
<h4 class="tag_title">Examples:</h4>
176178

177179

178-
<p class="example_title"><div class='inline'>
180+
<h5 class="example_title"><div class='inline'>
179181
<p>Basic Invocation</p>
180-
</div></p>
182+
</div></h5>
181183

182184
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>Apply</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span><span class='lparen'>(</span>
183185
<span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>infra/networking</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
@@ -210,9 +212,9 @@ <h2>Constructor Details</h2>
210212
</div>
211213

212214
<div id="footer">
213-
Generated on Wed Jul 17 17:33:20 2024 by
215+
Generated on Sat Feb 7 19:50:57 2026 by
214216
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215-
0.9.36 (ruby-3.1.1).
217+
0.9.37 (ruby-3.1.1).
216218
</div>
217219

218220
</div>

docs/RubyTerraform/Commands/Base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Base
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -364,9 +364,9 @@ <h3 class="signature first" id="execute-instance_method">
364364
</div>
365365

366366
<div id="footer">
367-
Generated on Wed Jul 17 17:33:20 2024 by
367+
Generated on Sat Feb 7 19:50:56 2026 by
368368
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
369-
0.9.36 (ruby-3.1.1).
369+
0.9.37 (ruby-3.1.1).
370370
</div>
371371

372372
</div>

docs/RubyTerraform/Commands/Destroy.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Destroy
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -162,12 +162,12 @@ <h2>Overview</h2><div class="docstring">
162162
<div class="tags">
163163

164164
<div class="examples">
165-
<p class="tag_title">Examples:</p>
165+
<h4 class="tag_title">Examples:</h4>
166166

167167

168-
<p class="example_title"><div class='inline'>
168+
<h5 class="example_title"><div class='inline'>
169169
<p>Basic Invocation</p>
170-
</div></p>
170+
</div></h5>
171171

172172
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>Destroy</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span><span class='lparen'>(</span>
173173
<span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>infra/networking</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
@@ -200,9 +200,9 @@ <h2>Constructor Details</h2>
200200
</div>
201201

202202
<div id="footer">
203-
Generated on Wed Jul 17 17:33:20 2024 by
203+
Generated on Sat Feb 7 19:50:57 2026 by
204204
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
205-
0.9.36 (ruby-3.1.1).
205+
0.9.37 (ruby-3.1.1).
206206
</div>
207207

208208
</div>

docs/RubyTerraform/Commands/ForceUnlock.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::ForceUnlock
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -134,12 +134,12 @@ <h2>Overview</h2><div class="docstring">
134134
<div class="tags">
135135

136136
<div class="examples">
137-
<p class="tag_title">Examples:</p>
137+
<h4 class="tag_title">Examples:</h4>
138138

139139

140-
<p class="example_title"><div class='inline'>
140+
<h5 class="example_title"><div class='inline'>
141141
<p>Basic Invocation</p>
142-
</div></p>
142+
</div></h5>
143143

144144
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>ForceUnlock</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span><span class='lparen'>(</span>
145145
<span class='label'>lock_id:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>50e844a7-ebb0-fcfd-da85-5cce5bd1ec90</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span></code></pre>
@@ -169,9 +169,9 @@ <h2>Constructor Details</h2>
169169
</div>
170170

171171
<div id="footer">
172-
Generated on Wed Jul 17 17:33:21 2024 by
172+
Generated on Sat Feb 7 19:50:57 2026 by
173173
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
174-
0.9.36 (ruby-3.1.1).
174+
0.9.37 (ruby-3.1.1).
175175
</div>
176176

177177
</div>

docs/RubyTerraform/Commands/Format.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Format
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -144,12 +144,12 @@ <h2>Overview</h2><div class="docstring">
144144
<div class="tags">
145145

146146
<div class="examples">
147-
<p class="tag_title">Examples:</p>
147+
<h4 class="tag_title">Examples:</h4>
148148

149149

150-
<p class="example_title"><div class='inline'>
150+
<h5 class="example_title"><div class='inline'>
151151
<p>Basic Invocation</p>
152-
</div></p>
152+
</div></h5>
153153

154154
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>Format</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span><span class='lparen'>(</span>
155155
<span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>infra/networking</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span></code></pre>
@@ -179,9 +179,9 @@ <h2>Constructor Details</h2>
179179
</div>
180180

181181
<div id="footer">
182-
Generated on Wed Jul 17 17:33:20 2024 by
182+
Generated on Sat Feb 7 19:50:57 2026 by
183183
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
184-
0.9.36 (ruby-3.1.1).
184+
0.9.37 (ruby-3.1.1).
185185
</div>
186186

187187
</div>

docs/RubyTerraform/Commands/Get.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Get
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -136,12 +136,12 @@ <h2>Overview</h2><div class="docstring">
136136
<div class="tags">
137137

138138
<div class="examples">
139-
<p class="tag_title">Examples:</p>
139+
<h4 class="tag_title">Examples:</h4>
140140

141141

142-
<p class="example_title"><div class='inline'>
142+
<h5 class="example_title"><div class='inline'>
143143
<p>Basic Invocation</p>
144-
</div></p>
144+
</div></h5>
145145

146146
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>Get</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span><span class='lparen'>(</span>
147147
<span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>infra/networking</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span></code></pre>
@@ -171,9 +171,9 @@ <h2>Constructor Details</h2>
171171
</div>
172172

173173
<div id="footer">
174-
Generated on Wed Jul 17 17:33:20 2024 by
174+
Generated on Sat Feb 7 19:50:56 2026 by
175175
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
176-
0.9.36 (ruby-3.1.1).
176+
0.9.37 (ruby-3.1.1).
177177
</div>
178178

179179
</div>

docs/RubyTerraform/Commands/Graph.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: RubyTerraform::Commands::Graph
88

9-
&mdash; Documentation by YARD 0.9.36
9+
&mdash; Documentation by YARD 0.9.37
1010

1111
</title>
1212

@@ -140,12 +140,12 @@ <h2>Overview</h2><div class="docstring">
140140
<div class="tags">
141141

142142
<div class="examples">
143-
<p class="tag_title">Examples:</p>
143+
<h4 class="tag_title">Examples:</h4>
144144

145145

146-
<p class="example_title"><div class='inline'>
146+
<h5 class="example_title"><div class='inline'>
147147
<p>Basic Invocation</p>
148-
</div></p>
148+
</div></h5>
149149

150150
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../../RubyTerraform.html" title="RubyTerraform (module)">RubyTerraform</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Commands.html" title="RubyTerraform::Commands (module)">Commands</a></span></span><span class='op'>::</span><span class='const'>Graph</span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Base.html#initialize-instance_method" title="RubyTerraform::Commands::Base#initialize (method)">new</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execute'><span class='object_link'><a href="Base.html#execute-instance_method" title="RubyTerraform::Commands::Base#execute (method)">execute</a></span></span></code></pre>
151151

@@ -174,9 +174,9 @@ <h2>Constructor Details</h2>
174174
</div>
175175

176176
<div id="footer">
177-
Generated on Wed Jul 17 17:33:20 2024 by
177+
Generated on Sat Feb 7 19:50:57 2026 by
178178
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
179-
0.9.36 (ruby-3.1.1).
179+
0.9.37 (ruby-3.1.1).
180180
</div>
181181

182182
</div>

0 commit comments

Comments
 (0)