You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add coder_provisioner resource for attributes from the host (#36)
* feat: Add `coder_host` resource for attributes from the host
Our [Docker template](https://github.com/coder/coder/blob/main/examples/templates/docker/main.tf#L16-L60) exposes variables
which are easily obtainable from the host. By adding this resource, we allow simple setups that depend on host
architecture to work without input from the user.
* Update internal/provider/provider.go
Co-authored-by: Ben Potter <me@bpmct.net>
Co-authored-by: Ben Potter <me@bpmct.net>
0 commit comments