Skip to content

Commit 4e6e29d

Browse files
chore(postgres): Output tier for easier use in replica in different region (#226)
1 parent 71ff02f commit 4e6e29d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google_cloudsql_postgres/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ output "replica_private_ip_address" {
4646
output "replica_public_ip_address" {
4747
value = var.replica_count == 0 ? null : google_sql_database_instance.replica[*].public_ip_address
4848
}
49+
50+
output "tier" {
51+
value = local.tier
52+
}

0 commit comments

Comments
 (0)