ojongerius / terraform-provider-datadog

A Terraform plugin to manage Datadog resources.
Mozilla Public License 2.0
29 stars 6 forks source link

Brew install #51

Closed bradly-swart closed 8 years ago

bradly-swart commented 8 years ago

I needed handling for my terraform install managed by brew, which meant dealing with symlinking to Brew's Cellar directory.

Ended up using python to get the absolute path for Brew's Cellar, due to OSX using BSD's readline which can only return relative paths.