Skip to content

Releases: hashicorp/terraform-provider-boundary

v0.1.4

01 Feb 00:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/terraform-provider-boundary/commits/v0.1.4

v0.1.0

14 Oct 20:14
Compare
Choose a tag to compare

Initial release!

What's Changed

  • Create Watchtower Project Resources by @talanknight in #1
  • feat: add host catalog resource by @malnick in #2
  • test: add circlci integration test for github checks by @malnick in #3
  • feat: add user resource by @malnick in #5
  • feat: add group resource by @malnick in #6
  • feat: add role resource by @malnick in #7
  • chore: Rename from GNUmakefile to Makefile. by @talanknight in #10
  • Add principles to roles by @malnick in #12
  • feat: add grants to roles by @malnick in #14
  • feat: add provider authentication by @malnick in #11
  • Update provider and tests for combined user/groups into principals in role by @jefferai in #15
  • fix: private module loading and ability to run acceptance tests in ci by @malnick in #16
  • chore: update to name boundary by @malnick in #17
  • Update to use latest SDK by @malnick in #18
  • feat: use scope_id instead of project_id by @malnick in #19
  • Add member_ids to boundary_group resource by @malnick in #21
  • docs: add complex example to docs landing page by @malnick in #20
  • docs: add project resource documentation by @malnick in #22
  • Add host and organization resources by @malnick in #23
  • Update to latest SDK changes by @malnick in #25
  • feat: add hostset resource by @malnick in #26
  • Add target resource by @malnick in #27
  • fix: use hard coded "global" scope for organization creation by @malnick in #28
  • Update README by @malnick in #29
  • docs: fix complex example syntax by @randallmorey in #30
  • Docs syntax fix by @randallmorey in #31
  • Jira GH Action Sync by @pbernal in #33
  • Update to the new SDK/API by @jefferai in #32
  • Update target to address default_port -> attributes by @jefferai in #35
  • test: add test for auth method resource by @malnick in #36
  • docs: add docs for account & auth method resources by @malnick in #34
  • Don't allow role creation in new scopes by default by @jefferai in #37
  • fix: check default port in map is not nil by @malnick in #39
  • Docs fix example by @randallmorey in #38
  • When reading a resource, on 404 destroy the resource by @jefferai in #41
  • docs: fix target docs by @malnick in #40
  • Update readme and Makefile by @jefferai in #42
  • docs: fix scope usage by @malnick in #43
  • Add session max seconds and connection limit to target resource by @jefferai in #44
  • feat: associate accounts with users by @malnick in #45
  • Adapt to latest SDK changes by @jefferai in #47
  • Update against latest SDK by @jefferai in #48
  • Simplify README example and add build targets by @malnick in #49
  • Cleanup by @paultyng in #50
  • Add import support, fix testing by @paultyng in #52
  • Add the Boundary banner by @malnick in #55
  • Autogen Docs Cleanup by @malnick in #53
  • docs: remove id flag from docs by @malnick in #56
  • Update docs and Makefile target by @jefferai in #57

New Contributors

  • @talanknight made their first contribution in #1
  • @randallmorey made their first contribution in #30

Full Changelog: https://github.com/hashicorp/terraform-provider-boundary/commits/v0.1.0