commit 41a4c2ef5dec39713704fd4d10c66881c444db9d Author: Vojtech Mares Date: Fri Nov 17 15:16:43 2023 +0100 feat: initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..87a0020 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +max_line_length = null + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9a187e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.auto.tfvars +**/.terraform diff --git a/README.md b/README.md new file mode 100644 index 0000000..9855bf8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +
+ +

+ cthulhunetes-infra +

+
+ +Infrastructure as Code repository for my Cthulhu Kubernetes cluster. For GitOps repository, see [vojtechmares/cthulhunetes-gitops](https://github.com/vojtechmares/cthulhunetes-gitops). diff --git a/assets/cthulunetes.jpg b/assets/cthulunetes.jpg new file mode 100644 index 0000000..9f2617c Binary files /dev/null and b/assets/cthulunetes.jpg differ