Skip to content

Commit

Permalink
chore: exclude terraform form workflow-runner images (#6614)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Nov 4, 2024
1 parent 16ca204 commit b2d1b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/terraform/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const terraformCliSpecs: PluginToolSpec[] = [
version: TERRAFORM_VERSION_1_4_6,
description: getTerraformToolDescription(TERRAFORM_SEM_VER_1_4_6),
type: "binary",
_includeInGardenImage: true,
_includeInGardenImage: false,
builds: [
{
platform: "darwin",
Expand Down

0 comments on commit b2d1b4e

Please sign in to comment.