We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124d366 commit 857e88cCopy full SHA for 857e88c
provisionersdk/proto/provisioner.proto
@@ -366,6 +366,13 @@ message PlanRequest {
366
repeated VariableValue variable_values = 3;
367
repeated ExternalAuthProvider external_auth_providers = 4;
368
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;
376
}
377
378
// PlanComplete indicates a request to plan completed.
0 commit comments