Releases: coder/terraform-provider-coder
Releases · coder/terraform-provider-coder
v0.4.11
feat: Add icon to coder_metadata resource (#48)
v0.4.10
Generate docs for coder metadata
v0.4.9
fix: Add custom host for access URL and remove access port (#44) * fix: Add custom host for access URL and remove access port This allows a host override, which is useful for running Docker containers that need to access the same deployment port, but on `host.docker.internal` as the hostname. It also removes access port, which was released a few days ago in hopes of solving the same problem, but never really did. It doesn't seem likely to be used yet, so it feels safe to remove. * Fix access url when host is not provided Signed-off-by: Spike Curtis <[email protected]> Signed-off-by: Spike Curtis <[email protected]> Co-authored-by: Spike Curtis <[email protected]> Co-authored-by: Spike Curtis <[email protected]>
v0.4.8
Revert "fix: Add custom host for access URL and remove access port (#…
v0.4.7
fix: Add custom host for access URL and remove access port (#40) This allows a host override, which is useful for running Docker containers that need to access the same deployment port, but on `host.docker.internal` as the hostname. It also removes access port, which was released a few days ago in hopes of solving the same problem, but never really did. It doesn't seem likely to be used yet, so it feels safe to remove.
v0.4.6
feat: Expose access_port on coder_workspace to allow for alternative …
v0.4.5
feat: Add `coder_provisioner` resource for attributes from the host (…
v0.4.4
build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#35) Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.16.0 to 2.20.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.16.0...v2.20.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.4.3
Use upstream ghaction-import-gpg to fix release workflow (#32) * fix: Replace hashicorp/ghaction-import-gpg with upstream * use correct syntax for ghaction-import-gpg parameters * fix "gpg_private_key" parameter name
v0.4.2
feat: Add path-based routing for applications (#21) This adds a `path` parameter that specifies whether the URL provided will be accessed via the wildcard or relative path.