Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Aug 31, 2023
1 parent 020ddba commit 9adaf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-provider-gcp/create-vpc/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "vpc_name" {
description = "The Name of the newly created vpc"
description = "The Name of the newly created vpc "
value = google_compute_network.terra_vpc.name
}
# output "vpc_id" {
Expand Down

0 comments on commit 9adaf19

Please sign in to comment.