6 lines
83 B
HCL
6 lines
83 B
HCL
locals {
|
|
ingress_domain = "git.thomasklein.me"
|
|
}
|
|
|
|
data "aws_region" "current" {}
|