Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-michalski/motorola_solutions_terraform
https://github.com/michael-michalski/motorola_solutions_terraform
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-michalski/motorola_solutions_terraform
- Owner: michael-michalski
- Created: 2020-01-07T20:56:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T14:49:40.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T15:38:31.379Z (2 months ago)
- Language: HCL
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
You probably need to set it up for Linux. You will need a docker, kind, kubectl & terraform.
* Docker
Make sure you have a working docker setup.
* KIND
> curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.6.1/kind-$(uname)-amd64
> chmod +x ./kind
> mv ./kind /usr/local/bin/kind
* Kubectl
https://kubernetes.io/docs/tasks/tools/install-kubectl/
* Terraform
Download terraform zip for you architecture on https://www.terraform.io/downloads.html
Unzip it and move it to /usr/local/bin/
## Editor Support
For people using VS Code i recommend the Terraform Extension created by Mikael Olenfalk.