Skip to content

Releases: cyberark/terraform-provider-conjur

v0.6.7

15 Apr 14:33
Compare
Choose a tag to compare

[0.6.7] - 2024-04-08

Changed

  • Upgrade Go to 1.22 (CONJSE-1842)

v0.6.6

21 Jun 19:44
v0.6.6
82fc066
Compare
Choose a tag to compare

Security

v0.6.5

01 Dec 14:17
2c5f31c
Compare
Choose a tag to compare

Changes

v0.6.4

14 Nov 21:02
v0.6.4
7a9604e
Compare
Choose a tag to compare

Security

v0.6.3

17 Aug 15:46
v0.6.3
963c65d
Compare
Choose a tag to compare

Changed

Security

v0.6.2

02 Sep 18:43
Compare
Choose a tag to compare

Added

v0.6.1

02 Sep 15:47
Compare
Choose a tag to compare

0.6.1 - 2021-09-02

Changed

  • Archive format changed to support publishing to registry.terraform.io

v0.6.0

12 Aug 19:35
v0.6.0
7c642fd
Compare
Choose a tag to compare

Added

v0.5.0

06 May 19:57
Compare
Choose a tag to compare

v0.5.0 - 2021-05-06

Added

  • Validated support with Terraform v0.15. Please note that in v0.15, behavior around sensitive output values changed; with Terraform
    v0.15, you must mark output values with "sensitive: true" if its definition includes any Conjur-provided secret values.
    #76

Changed

  • Plugin now uses the Terraform Plugin SDK instead of Terraform core as its plugin library. With this change, the Go version was also
    incremented to 1.15. #76

v0.4.0

29 Apr 17:26
3cbc5b5
Compare
Choose a tag to compare

v0.4.0 - 2020-04-29

Added

  • You can now specify account, appliance_url, ssl_cert, and ssl_cert_path values
    directly in the .tf provider config #29