feat: initial commit
This commit is contained in:
commit
41a4c2ef5d
4 changed files with 23 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
|
@ -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
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
**/*.auto.tfvars
|
||||||
|
**/.terraform
|
||||||
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<div align="center">
|
||||||
|
<img id="cthulhunetes-logo" src="./assets/cthulunetes.jpg" height="256" width="256" style="border-radius: 9999px;" />
|
||||||
|
<h1 style="margin-top: 1rem;" >
|
||||||
|
cthulhunetes-infra
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Infrastructure as Code repository for my Cthulhu Kubernetes cluster. For GitOps repository, see [vojtechmares/cthulhunetes-gitops](https://github.com/vojtechmares/cthulhunetes-gitops).
|
||||||
BIN
assets/cthulunetes.jpg
Normal file
BIN
assets/cthulunetes.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
Reference in a new issue