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

Support `brew install --cask` #42

Closed doi-t closed 1 year ago

doi-t commented 2 years ago

It seems that the installer_brew resource (i.e. brew install) prioritize formula over cask.

For example, I wanted to install Docker for Mac Desktop app but docker formula package got install when I give docker as a name of installer_brew. Since their name is the same, I need a way to optionally install it as a cask package.

I still can install other cask packages that has a unique name. But I would like always choose cask option for cask packages to explicitly install them as cask packages.

shihanng commented 1 year ago

I am addressing this in #80. Thank you for the feedback.