|
6 | 6 | <title> |
7 | 7 | Class: RubyTerraform::Commands::Apply |
8 | 8 |
|
9 | | - — Documentation by YARD 0.9.36 |
| 9 | + — Documentation by YARD 0.9.37 |
10 | 10 |
|
11 | 11 | </title> |
12 | 12 |
|
@@ -143,6 +143,8 @@ <h2>Overview</h2><div class="docstring"> |
143 | 143 | </li><li> |
144 | 144 | <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> |
145 | 145 | </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> |
146 | 148 | <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> |
147 | 149 | </li><li> |
148 | 150 | <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"> |
172 | 174 | <div class="tags"> |
173 | 175 |
|
174 | 176 | <div class="examples"> |
175 | | - <p class="tag_title">Examples:</p> |
| 177 | + <h4 class="tag_title">Examples:</h4> |
176 | 178 |
|
177 | 179 |
|
178 | | - <p class="example_title"><div class='inline'> |
| 180 | + <h5 class="example_title"><div class='inline'> |
179 | 181 | <p>Basic Invocation</p> |
180 | | -</div></p> |
| 182 | +</div></h5> |
181 | 183 |
|
182 | 184 | <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> |
183 | 185 | <span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>infra/networking</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> |
@@ -210,9 +212,9 @@ <h2>Constructor Details</h2> |
210 | 212 | </div> |
211 | 213 |
|
212 | 214 | <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 |
214 | 216 | <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). |
216 | 218 | </div> |
217 | 219 |
|
218 | 220 | </div> |
|
0 commit comments