Skip to content

Commit 857e88c

Browse files
committed
ability to omit module file downloads
1 parent 124d366 commit 857e88c

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
repeated VariableValue variable_values = 3;
367367
repeated ExternalAuthProvider external_auth_providers = 4;
368368
repeated RichParameterValue previous_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+
bool omit_module_files = 6;
369376
}
370377

371378
// PlanComplete indicates a request to plan completed.

0 commit comments

Comments
 (0)