Releases: infrahq/terraform-provider-infra
Releases · infrahq/terraform-provider-infra
v0.3.0
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
Resources
- The resources
infra_user_role
,infra_user_grant
,infra_group_role
, andinfra_group_grant
have been combined intoinfra_grant
. This resource inherits many of the same attributes asinfra_user_grant
andinfra_group_grant
with an additionalinfra
block for assigning Infra grants. Seeinfra_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
anddata.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
andinfra_credential
data sources. See #16 (comment) for details.
Other Changes
Full Changelog: v0.1.2...v0.2.0