Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit857e88c

Browse files
committed
ability to omit module file downloads
1 parent124d366 commit857e88c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎provisionersdk/proto/provisioner.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,13 @@ message PlanRequest {
366366
repeatedVariableValuevariable_values=3;
367367
repeatedExternalAuthProviderexternal_auth_providers=4;
368368
repeatedRichParameterValueprevious_parameter_values=5;
369+
370+
// If true, the provisioner can safely assume the caller does not need the
371+
// module files downloaded by the `terraform init` command.
372+
// Ideally this boolean would be flipped in its truthy value, however for
373+
// backwards compatibility reasons, the zero value should be the previous
374+
// behavior of downloading the module files.
375+
boolomit_module_files=6;
369376
}
370377

371378
// PlanComplete indicates a request to plan completed.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp