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

9
output.tf Normal file
View File

@@ -0,0 +1,9 @@
output "admin_password" {
sensitive = true
value = random_password.influxdb_admin.result
}
output "admin_token" {
sensitive = true
value = random_password.influxdb_admin_token.result
}