feat: initial commit

- add modules
- add config
- add environments
- add .gitignore
- add makefile
This commit is contained in:
2026-06-17 21:16:07 +10:00
parent 3a60d5ea07
commit 0001bc25e5
50 changed files with 747 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
terraform {
required_version = ">= 1.10"
required_providers {
artifactapi = {
source = "git.unkin.net/unkin/artifactapi"
version = "0.0.1"
}
}
}