Update outputs.tf

This commit is contained in:
Julio Castillo 2023-08-18 10:06:32 +02:00 committed by GitHub
parent c2c7ec4f1d
commit dc78ad3493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ output "id" {
}
output "instance" {
description = "BigTable intance."
description = "BigTable instance."
value = google_bigtable_instance.default
depends_on = [
google_bigtable_instance_iam_binding.default,