You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Prevents the use of the deprecated `--queue-exclude-external` flag. External dependencies are now excluded by default.",
234
+
Description: "Prevents the use of the deprecated `--queue-exclude-external` flag.",
232
235
Category: stageCategory,
233
236
Error: errors.New("The `--queue-exclude-external` flag is no longer supported. External dependencies are now excluded by default. Use --queue-include-external to include them."),
234
237
Warning: "The `--queue-exclude-external` flag is deprecated and will be removed in a future version of Terragrunt. External dependencies are now excluded by default.",
235
238
},
236
239
&Control{
237
240
Name: QueueStrictInclude,
238
-
Description: "Prevents the use of the deprecated `--queue-strict-include` flag. Only modules under the directories passed in with '--queue-include-dir' will be included.",
241
+
Description: "Prevents the use of the deprecated `--queue-strict-include` flag.",
239
242
Category: stageCategory,
240
243
Error: errors.New("The `--queue-strict-include` flag is no longer supported. The behavior of Terragrunt when using `--queue-strict-include` is now the default behavior."),
241
244
Warning: "The `--queue-strict-include` flag is deprecated and will be removed in a future version of Terragrunt. The behavior of Terragrunt when using `--queue-strict-include` is now the default behavior.",
242
245
},
246
+
&Control{
247
+
Name: UnitsThatInclude,
248
+
Description: "Prevents the use of the deprecated `--units-that-include` flag.",
249
+
Category: stageCategory,
250
+
Error: errors.New("The `--units-that-include` flag is no longer supported. Use `--filter='reading=<path>'` to include units that include or read the specified configuration."),
251
+
Warning: "The `--units-that-include` flag is deprecated and will be removed in a future version of Terragrunt. Use `--filter='reading=<path>'` to include units that include or read the specified configuration.",
252
+
},
243
253
&Control{
244
254
Name: DiscoveryExternal,
245
255
Description: "Prevents the use of the deprecated `--external` flag in discovery commands like `find` and `list`. External dependencies are now excluded by default.",
0 commit comments