Skip to content

Releases: cyberark/terraform-provider-conjur

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

v0.3.1

20 Apr 16:21
d98c95b
Compare
Choose a tag to compare

v0.3.1 - 2020-04-20

Fixed

  • Each brew recipe binary now includes the provider version #47
  • Updated output binary file names to include version suffix so that the
    version command returns the correct version #30

v0.3.0

14 Apr 14:26
637f4f6
Compare
Choose a tag to compare

0.3.0 - 2020-04-13

Changed

  • Converted to Go modules
  • Updated build to use official Goreleaser image
  • Code now builds against Terraform v0.12

v0.2.0

31 Aug 20:58
Compare
Choose a tag to compare

v0.2.0 - 2018-08-31

Added

v0.1.0

28 Aug 19:08
Compare
Choose a tag to compare

v0.1.0 - 2018-08-28

Added