Skip to content

Commit 84b955d

Browse files
authored
add TF_ACC_REFRESH_AFTER_APPLY envvar for plugin-testing - 1.13.3 support (#14923)
1 parent e854962 commit 84b955d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mmv1/third_party/terraform/.teamcity/components/builds/build_parameters.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ fun ParametrizedWithType.configureGoogleSpecificTestParameters(config: AccTestCo
207207
// acceptance tests are templated
208208
fun ParametrizedWithType.acceptanceTestBuildParams(parallelism: Int, prefix: String, timeout: String, releaseDiffTest: Boolean) {
209209
hiddenVariable("env.TF_ACC", "1", "Set to a value to run the Acceptance Tests")
210+
hiddenVariable("env.TF_ACC_REFRESH_AFTER_APPLY", "1", "Set to a value to refresh the state after apply")
210211
text("PARALLELISM", "%d".format(parallelism))
211212
text("TEST_PREFIX", prefix)
212213
text("TIMEOUT", timeout)

0 commit comments

Comments
 (0)