8 lines
168 B
HCL
8 lines
168 B
HCL
locals {
|
|
namespace = "influxdb"
|
|
influx_domain = "influxdb.thomasklein.me"
|
|
chronograf_domain = "chronograf.thomasklein.me"
|
|
}
|
|
|
|
data "aws_region" "current" {}
|