mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
Move locals to seperate file
This commit is contained in:
parent
394efcec51
commit
074bd788cb
@ -1,7 +1,3 @@
|
||||
locals {
|
||||
domain = "khuedoan.com"
|
||||
}
|
||||
|
||||
resource "kubernetes_ingress" "grafana_ingress" {
|
||||
metadata {
|
||||
name = "grafana-ingress"
|
||||
|
3
platform/locals.tf
Normal file
3
platform/locals.tf
Normal file
@ -0,0 +1,3 @@
|
||||
locals {
|
||||
domain = "khuedoan.com"
|
||||
}
|
Loading…
Reference in New Issue
Block a user