Releases: jetstack/terraform-provider-tlspc
Releases · jetstack/terraform-provider-tlspc
v0.4.0
What's Changed
- Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 in /tools by @dependabot in #79
- Upgrade setup_go github action by @aidy in #78
- CloudProvider GCP Resource by @aidy in #29
- Bump Khan/genqlient by @aidy in #83
- Add resource to validate GCP CloudProvider connections by @aidy in #80
- Add support for SSO group assignment in Teams by @aidy in #84
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
- Fix formatting of note block by @aidy in #67
- Bump github.com/hashicorp/terraform-plugin-framework from 1.14.1 to 1.15.0 by @dependabot in #68
- Add CA Account ID to output for product option data source by @aidy in #64
- Increase github action timeout by @aidy in #69
- Add Firefly Config Resource by @aidy in #65
- Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1 in /tools by @dependabot in #71
- Add Firefly SubCA Provider resource by @aidy in #70
- Add Firefly Policy resource by @aidy in #73
Full Changelog: v0.2.0...v0.3.0
v0.2.0
tl;dr
- Documentation for all resources
- Data source added for
tlspc_certificate_template
. - Dependency updates
What's Changed
- Add docs for application resources by @aidy in #53
- Add docs for user/team entities by @aidy in #49
- Add top level docs by @aidy in #46
- Add docs for CA Product data source by @aidy in #54
- Bump golang.org/x/net by @aidy in #59
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /tools by @dependabot in #61
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #62
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /tools by @dependabot in #63
- Add docs for Certificate Template resources by @aidy in #56
- Add docs for plugin resources by @aidy in #55
- Add docs for registry account resources by @aidy in #48
- Add docs for service account resources by @aidy in #47
- Add Certificate Template Data Source by @aidy in #57
Features
tlspc_certificate_template
(data source)
This resource can be passed to tlspc_application
resources. This enables the terraform user to consume existing certificate templates, which would typically be managed by other teams within the TLS Protect Cloud tenant.
This also reduces the environmental specific variables needed as these come from the data source instead.
Changelog
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release