Skip to content

Releases: coder/terraform-provider-coder

v0.3.3

29 Apr 14:47
6724eaf

Choose a tag to compare

feat: Add "dir" option to "coder_agent" (#13)

This allows specifying where a shell will be opened
when SSH'ing into a workspace.

v0.3.2

25 Apr 03:38
65c9b74

Choose a tag to compare

build(deps): Bump hashicorp/setup-terraform from 1 to 2 (#11)

Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1 to 2.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/setup-terraform/compare/v1...v2)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.1

09 Apr 06:04

Choose a tag to compare

fix: Update agent script on create and read

The prior behavior led to create not having an agent script.
This ensures it's set on create and update, leaving no room
for an empty state!

v0.3.0

08 Apr 17:50
578c648

Choose a tag to compare

feat: Remove agent_script data source to simplify resources (#8)

This adds a new resource for associating instance IDs, which will only
need to be used in edge-cases. We'll auto-detect instance identifiers
for the most popular cases, and perform zero-trust authentication.

It seemed weird to separate the agent script and agent itself. This also
led to difficulties previewing the operating system prior to start.

v0.2.1

25 Mar 16:01
549826b

Choose a tag to compare

fix: Move "coder_workspace.username" to "coder_workspace.owner" (#6)

v0.2.0

25 Mar 15:52
ca6b30b

Choose a tag to compare

feat: Add auth property to coder_agent_script (#5)

This enables explicit definition of auth type, so the agent
doesn't misinterpret the running environment.

This also adds "username" and "name" properties to "coder_workspace"
to allow for pretty resource naming inside a cloud.

v0.1.0

07 Mar 20:24
ff9ae88

Choose a tag to compare

Initial release