Skip to content

Releases: infrahq/terraform-provider-infra

v0.3.0

17 Jan 22:19
a3764d8
Compare
Choose a tag to compare

Resources

  • Add resource for managing Infra access keys by @mxyng in #3
  • Fix resource examples that used the wrong field name by @mxyng in #20
  • Clarify user password field description by @mxyng in #19
  • Typo in infra_group_membership example by @mxyng in #21
  • Update infra_grant kubernetes role description by @mxyng in #22
  • Add required_providers example by @mxyng in #23*

Other Changes

  • Bump github.com/infrahq/infra from 0.18.1 to 0.20.0 by @dependabot in #15
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #13

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Dec 00:01
d4379b1
Compare
Choose a tag to compare

Resources

  • The resources infra_user_role, infra_user_grant, infra_group_role, and infra_group_grant have been combined into infra_grant. This resource inherits many of the same attributes as infra_user_grant and infra_group_grant with an additional infra block for assigning Infra grants. See infra_grant for full details.
  • Updated group name constraint to allow any printable characters in #7.
  • Updated user name constraint to allow all email addresses in #8.

Data Sources

  • Data sources for users and groups have been added to help users use the Terraform provider with existing resources. See data.infra_users and data.infra_groups for full details.
  • Updated destinations data source schema to match style established in users and groups data source in #12.
  • Removed infra_destinaton and infra_credential data sources. See #16 (comment) for details.

Other Changes

Full Changelog: v0.1.2...v0.2.0

v0.1.2

29 Nov 20:29
3d551c5
Compare
Choose a tag to compare

What's Changed

  • recreated repo to remove generated from tag by @mxyng in #1
  • fix docs by @mxyng in #2

New Contributors

  • @mxyng made their first contribution in #1

Full Changelog: v0.1.1...v0.1.2