UPD: Added 0BSD license file

This commit is contained in:
KF
2024-09-24 19:52:02 +08:00
parent 46b19a606f
commit 62b831654c
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
locals {
tags = {
Owner = "xpk"
Project = "iac"
Application = "terraform"
TerraformDir = join("/", reverse(slice(reverse(split("/", path.cwd)), 0, 2)))
}
}