command: fix build
This commit is contained in:
parent
6b42d3d9a5
commit
5608175c13
|
@ -13,7 +13,7 @@ import (
|
||||||
// ApplyCommand is a Command implementation that applies a Terraform
|
// ApplyCommand is a Command implementation that applies a Terraform
|
||||||
// configuration and actually builds or changes infrastructure.
|
// configuration and actually builds or changes infrastructure.
|
||||||
type ApplyCommand struct {
|
type ApplyCommand struct {
|
||||||
ShutdownCh chan struct{}
|
ShutdownCh <-chan struct{}
|
||||||
TFConfig *terraform.Config
|
TFConfig *terraform.Config
|
||||||
Ui cli.Ui
|
Ui cli.Ui
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue