Skip to content

Commit

Permalink
Update README with more info
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Mar 5, 2023
1 parent c54edaf commit 8817b7b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Terraform Provider For K3d


[![Go Report Card](https://goreportcard.com/badge/github.com/nikhilsbhat/terraform-provider-k3d)](https://goreportcard.com/report/github.com/nikhilsbhat/terraform-provider-k3d) [![shields](https://img.shields.io/badge/license-mit-brightgreen)](https://github.com/nikhilsbhat/terraform-provider-k3d/blob/master/LICENSE) [![shields](https://godoc.org/github.com/nikhilsbhat/terraform-provider-k3d?status.svg)](https://godoc.org/github.com/nikhilsbhat/terraform-provider-k3d)
[![Go Report Card](https://goreportcard.com/badge/github.com/nikhilsbhat/terraform-provider-k3d)](https://goreportcard.com/report/github.com/nikhilsbhat/terraform-provider-k3d)
[![shields](https://img.shields.io/badge/license-mit-brightgreen)](https://github.com/nikhilsbhat/terraform-provider-k3d/blob/master/LICENSE)
[![shields](https://godoc.org/github.com/nikhilsbhat/terraform-provider-k3d?status.svg)](https://godoc.org/github.com/nikhilsbhat/terraform-provider-k3d)
[![shields](https://img.shields.io/github/v/tag/nikhilsbhat/terraform-provider-k3d.svg)](https://github.com/nikhilsbhat/terraform-provider-k3d/tags)
[![shields](https://img.shields.io/github/downloads/nikhilsbhat/terraform-provider-k3d/total.svg)](https://github.com/nikhilsbhat/terraform-provider-k3d/releases)

[terraform](https://www.terraform.io/) provider for [k3d](https://k3d.io/), which helps in performing all operation that k3d does.

Expand All @@ -13,13 +17,13 @@

## Features supported by the provider at the moment.

| component | list/fetch | start/stop | create | delete | load |
| :----------: | :--------: | :----------: | :------: | :-------: | ------: |
| `cluster` | yes | yes | no | no | 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 |
| 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

Expand Down

0 comments on commit 8817b7b

Please sign in to comment.