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
@@ -73,7 +73,7 @@ module "repo" {
|
||||
|
||||
| name | description | sensitive |
|
||||
|---|---|:---:|
|
||||
| [id](outputs.tf#L17) | Repository id. | |
|
||||
| [id](outputs.tf#L17) | Fully qualified repository id. | |
|
||||
| [name](outputs.tf#L22) | Repository name. | |
|
||||
| [url](outputs.tf#L27) | Repository URL. | |
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
output "id" {
|
||||
description = "Repository id."
|
||||
description = "Fully qualified repository id."
|
||||
value = google_sourcerepo_repository.default.id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user