mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-23 07:08:22 -04:00
4 lines
45 B
Terraform
4 lines
45 B
Terraform
|
|
output "myvalue" {
|
||
|
|
values = "Some value"
|
||
|
|
}
|