# Packages
No description provided by the author
# README
Terraform Provider For K3d
terraform provider for k3d, which helps in performing all operation that k3d does.
Requirements
- Terraform v0.13.x [
tested
] - Go 1.16
- Docker
Features supported by the provider at the moment.
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 |
Documentation
- 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.
TODO
- Support for cluster creation.
- Support for configuring registry with config-file.
- Terraform module.