diff --git a/modules/terraform/terraform-core.variant b/modules/terraform/terraform-core.variant index 0cd7b9b37..06de8e8cc 100644 --- a/modules/terraform/terraform-core.variant +++ b/modules/terraform/terraform-core.variant @@ -9,6 +9,19 @@ job "terraform clean" { type = string } + option "environment" { + default = "" + type = string + description = "(ignored, provided for compatibility with other commands)" + short = "e" + } + + option "stage" { + type = string + description = "(ignored, provided for compatibility with other commands)" + short = "s" + } + step "clean shell" { run "terraform shell" { project = param.project