Skip to content
Snippets Groups Projects
Commit b1f384e7 authored by Zdeněk Vydra's avatar Zdeněk Vydra
Browse files

Add output description

parent 16c47924
No related branches found
No related tags found
No related merge requests found
Pipeline #317505 passed with stage
in 6 seconds
......@@ -54,5 +54,5 @@ Terraform module which extends [sandbox-ci module](https://gitlab.ics.muni.cz/mu
| Name | Description |
|------|-------------|
| <a name="output_pool_url"></a> [pool\_url](#output\_pool\_url) | n/a |
| <a name="output_pool_url"></a> [pool\_url](#output\_pool\_url) | `pool_url` output from `sandbox-ci` module. |
<!-- END_TF_DOCS -->
\ No newline at end of file
output "pool_url" {
value = module.sandbox.pool_url
value = module.sandbox.pool_url
description = "`pool_url` output from `sandbox-ci` module."
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment