Skip to content

Commit

Permalink
do not expect input for terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Nov 26, 2024
1 parent 05e4af0 commit 120111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terrabuild.Extensions/Terraform.fs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type Terraform() =
| Some workspace -> shellOp "terraform" $"workspace select {workspace}"
| _ -> ()

shellOp "terraform" "apply terrabuild.planfile"
shellOp "terraform" "apply -input=false terrabuild.planfile"
]
execRequest Cacheability.Always ops

0 comments on commit 120111a

Please sign in to comment.