shihanng / terraform-provider-installer

A Terraform provider to setup development environment machine.
https://registry.terraform.io/providers/shihanng/installer/latest/docs
MIT License
11 stars 3 forks source link

Propagate error message to Terraform #15

Closed shihanng closed 2 years ago

shihanng commented 2 years ago

Since ls is not managed by Homebrew,

data "setupenv_brew" "test" {
  name = "ls"
}

should show error message when running terraform plan.