Skip to content

Releases: techBeck03/terraform-provider-guacamole

v1.4.1

20 Jan 16:47
Compare
Choose a tag to compare

BREAKING CHANGES

This release was only tested with Guacamole version 1.4. While most of the schema hasn't changed the authentication has shifted to header based vs query based which will likely not work with older version of Guacamole.

Changes

  • add support for token based authentication for DFA use cases per #10
  • add support for full path resolution to address #9
  • changed authentication to use Header based auth vs query parameter
  • bumped terraform plugin provider sdk

v1.2.10

10 Aug 17:21
Compare
Choose a tag to compare

Changes

  • Fix trailing slash in connection URL via PR #7
  • Add better error details on connection attempts via PR #8

v1.2.9

13 Jul 11:57
05ddbed
Compare
Choose a tag to compare

Changes

  • Added import for resources thanks to PR #4
  • Documentation corrections and updates thanks to PR #5
  • Set parameters to Optional and username to Computed thanks to PR #6

v1.2.8

21 Mar 21:24
425c1a6
Compare
Choose a tag to compare

Changes

  • Documentation corrections

v1.2.7

07 Sep 17:36
Compare
Choose a tag to compare

Changes

  • Fixes Issue #1

v1.2.6

07 Sep 17:18
Compare
Choose a tag to compare

Changes

  • adding timezone database

v1.2.4

27 May 20:27
Compare
Choose a tag to compare

Changes

  • sdk version update

v1.2.3

27 May 15:29
Compare
Choose a tag to compare

Changes

  • Testing goreleaser build

v1.2.1

25 Jan 02:56
Compare
Choose a tag to compare

Documentation updates

v1.2.0

24 Jan 13:15
Compare
Choose a tag to compare

Initial Release

This is the initial release of the terraform provider for Apache Guacamole. The versioning aligns with the guacamole version release it supports. The provider currently supports the following capabilities:

Data Sources

  • Users (including permissions)
  • User Groups (including permissions)
  • Connection Groups
  • SSH Connection
  • RDP Connection
  • Telnet Connection
  • VNC Connection
  • Kubernetes Connection

Resources

  • Users (including permissions)
  • User Groups (including permissions)
  • Connection Groups
  • SSH Connection
  • RDP Connection
  • Telnet Connection
  • VNC Connection
  • Kubernetes Connection