Releases: siderolabs/terraform-provider-talos
Releases · siderolabs/terraform-provider-talos
v0.1.0-alpha.3
terraform-provider-talos 0.1.0-alpha.3 (2022-09-08)
Welcome to the v0.1.0-alpha.3 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.
Talos Provider
The Talos provider supports generating configs, applying them and bootstrap the nodes.
Resources supported:
talos_machine_secretstalos_client_configurationtalos_machine_configuration_controlplanetalos_machine_configuration_workertalos_machine_configuration_applytalos_machine_bootstraptalos_cluster_kubeconfig
Data sources supported:
talos_client_configurationtalos_cluster_kubeconfig
Data sources will always create a diff and might be removed in a future release.
Contributors
- Andrew Rynhard
- Andrey Smirnov
- Dmitriy Matrenichev
- Noel Georgi
Changes
Changes from siderolabs/go-pointer
Dependency Changes
- github.com/cosi-project/runtime v0.1.1 new
- github.com/siderolabs/go-pointer v1.0.0 new
- google.golang.org/grpc v1.48.0 new
Previous release can be found at v0.1.0-alpha.2
v0.1.0-alpha.2
feat: proper tf provider Support basic TF operations on Talos config generation. Resources: - `talos_machine_secrets` - `talos_machine_configuration_controlplane` - `talos_machine_configuration_worker` Data Sources: - `talos_client_configuration` Fixes: #3 Signed-off-by: Noel Georgi <[email protected]>
v0.1.0-alpha.1
feat: add initial code Signed-off-by: Andrew Rynhard <[email protected]>