mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-20 20:05:21 +00:00
12 lines
104 B
Terraform
12 lines
104 B
Terraform
/*
|
|
output "results" {
|
|
value = local.results
|
|
}
|
|
*/
|
|
|
|
/*
|
|
output "markdown" {
|
|
value = local.markdown
|
|
}
|
|
*/
|