Skip to content

Commit

Permalink
URI -> ID
Browse files Browse the repository at this point in the history
Co-Authored-By: namusyaka <[email protected]>
  • Loading branch information
aaron-lane and namusyaka authored Mar 8, 2019
1 parent 826389f commit eacfd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ output "topic" {

output "id" {
value = "${google_pubsub_topic.topic.id}"
description = "The URI of the Pub/Sub topic"
description = "The ID of the Pub/Sub topic"
}

output "subscription_names" {
Expand Down

0 comments on commit eacfd53

Please sign in to comment.