fixed typo

This commit is contained in:
eliamaldini 2023-08-18 16:56:21 +02:00
parent c4ada40275
commit 1b93197b87
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ output "nsx" {
}
output "private-cloud" {
description = "The private cloud resource"
description = "The private cloud resource."
value = google_vmwareengine_private_cloud.private-cloud
}
@ -61,7 +61,7 @@ output "private_connections_setup" {
}
output "state" {
description = "Details about the state of the private cloud"
description = "Details about the state of the private clou."
value = google_vmwareengine_private_cloud.private-cloud.state
}