terraform provider for k3d, which helps in performing all operation that k3d does.
- Terraform v0.13.x [
tested
] - Go 1.16
- Docker
component | list/fetch | start/stop | create | delete | load |
---|---|---|---|---|---|
cluster |
yes | yes | yes | yes | no |
node |
yes | yes | yes | yes | no |
registry |
yes | yes | yes | yes | no |
kubeconfig |
yes | no | no | yes | no |
image |
no | no | no | no | yes |
- Examples on the provider can be found in examples.
- Document that can help on how the data_source and resource could be used is up here.
- Support for cluster creation.
- Support for configuring registry with config-file.
- Terraform module.