mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 19:20:38 +00:00
docs: added root README
This commit is contained in:
@@ -1,28 +1,5 @@
|
||||
# Terraform
|
||||
# Yandex Cloud K8S
|
||||
|
||||
## Prerequisites
|
||||
Terraform + cloud-init configuration for one click partialy managed HA K8S cluster.
|
||||
|
||||
Ensure you have the following installed on your system:
|
||||
|
||||
- [Terraform](https://developer.hashicorp.com/terraform) (latest version recommended)
|
||||
|
||||
## Main (`./main`)
|
||||
|
||||
Main Terraform module for infrastructure
|
||||
|
||||
## Service (`./service`)
|
||||
|
||||
Terraform module to create service account for [Main](#main-main) terraform module.
|
||||
|
||||
## CheatSheet
|
||||
|
||||
```bash
|
||||
# Init Terraform module
|
||||
../scripts/init
|
||||
|
||||
# Set required variables for terraform from dotenv file
|
||||
export $(grep -v '^#' ./.env | xargs)
|
||||
|
||||
# Unset required variables for terraform from dotenv file
|
||||
unset $(grep -v '^#' ./.env | sed 's/=.*//' | xargs)
|
||||
```
|
||||

|
||||
|
||||
Reference in New Issue
Block a user