6 lines
67 B
Terraform
6 lines
67 B
Terraform
|
|
variable "value" {}
|
||
|
|
|
||
|
|
output "value" {
|
||
|
|
value = "${var.value}"
|
||
|
|
}
|