Skip to content

Releases: siderolabs/terraform-provider-talos

v0.1.0-alpha.3

09 Sep 15:44
ad6270c

Choose a tag to compare

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_secrets
  • talos_client_configuration
  • talos_machine_configuration_controlplane
  • talos_machine_configuration_worker
  • talos_machine_configuration_apply
  • talos_machine_bootstrap
  • talos_cluster_kubeconfig

Data sources supported:

  • talos_client_configuration
  • talos_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

2 commits

Changes from siderolabs/go-pointer

2 commits

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

31 Aug 23:45
dce61bb

Choose a tag to compare

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

13 Jun 20:03

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release
feat: add initial code

Signed-off-by: Andrew Rynhard <[email protected]>