hcornet 40e8e5e8cb
Some checks failed
terraform validation / Terraform (push) Failing after 20s
first sync
2025-01-18 20:03:24 +01:00

5 lines
137 B
HCL

output "database_dns_name" {
description = "the DNS name of the instance"
value = google_sql_database_instance.this.dns_name
}