An open API service indexing awesome lists of open source software.

https://github.com/ivankatliarchuk/terraform-minikube-template

Terraform with Minikube project template
https://github.com/ivankatliarchuk/terraform-minikube-template

Last synced: 9 months ago
JSON representation

Terraform with Minikube project template

Awesome Lists containing this project

README

          

# terraform-minikube-template

Terraform with Minikube project template

## Project structure / Directory Layour

.
├── bin # scripts required to provision workspace & infrastructure
├── data # store terraform parameters, ssh keys, kubeconf file
├── modules # infrastructure modules
├── infrastructure # infrastructure-as-code terraform sources
└── README.md # current file

```
$ make help
infra Run terraform
start Deploy Minikube Kubernetes Cluster
stop Stop Minikube Kubernetes Cluster
hooks Commit hooks setup
validate Validate with pre-commit hooks
```