found it like this

This commit is contained in:
2025-01-15 04:23:04 +01:00
commit 6d4b60fc38
12 changed files with 433 additions and 0 deletions

7
locals.tf Normal file
View File

@@ -0,0 +1,7 @@
locals {
namespace = "influxdb"
influx_domain = "influxdb.thomasklein.me"
chronograf_domain = "chronograf.thomasklein.me"
}
data "aws_region" "current" {}