Ensure all modules have an id output (#1410)
* net-vpc * a-d * complete modules * fix error
This commit is contained in:
committed by
GitHub
parent
f069562998
commit
884cb8b4bf
@@ -168,7 +168,7 @@ module "pubsub" {
|
||||
|
||||
| name | description | sensitive |
|
||||
|---|---|:---:|
|
||||
| [id](outputs.tf#L17) | Topic id. | |
|
||||
| [id](outputs.tf#L17) | Fully qualified topic id. | |
|
||||
| [schema](outputs.tf#L26) | Schema resource. | |
|
||||
| [schema_id](outputs.tf#L31) | Schema resource id. | |
|
||||
| [subscription_id](outputs.tf#L36) | Subscription ids. | |
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
output "id" {
|
||||
description = "Topic id."
|
||||
description = "Fully qualified topic id."
|
||||
value = local.topic_id_static
|
||||
depends_on = [
|
||||
google_pubsub_topic.default,
|
||||
|
||||
Reference in New Issue
Block a user