diff --git a/command/apply.go b/command/apply.go index 028909b3d1..e8e14940b1 100644 --- a/command/apply.go +++ b/command/apply.go @@ -13,7 +13,7 @@ import ( // ApplyCommand is a Command implementation that applies a Terraform // configuration and actually builds or changes infrastructure. type ApplyCommand struct { - ShutdownCh chan struct{} + ShutdownCh <-chan struct{} TFConfig *terraform.Config Ui cli.Ui }