We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ff02f commit 4e6e29dCopy full SHA for 4e6e29d
1 file changed
google_cloudsql_postgres/outputs.tf
@@ -46,3 +46,7 @@ output "replica_private_ip_address" {
46
output "replica_public_ip_address" {
47
value = var.replica_count == 0 ? null : google_sql_database_instance.replica[*].public_ip_address
48
}
49
+
50
+output "tier" {
51
+ value = local.tier
52
+}
0 commit comments