0%

terraform

terraform init

1
terraform init -plugin-dir=/terraform/providers

plugin-dir 参数 本地获取已有provider

1
terraform init -no-color

不显示颜色

golang
exec.Command(commandName, params…)
stdout, err := cmd.Stdout
不加 -no-color
stdout 显示颜色信息代码

terraform apply