mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-27 12:54:12 -04:00
6 lines
74 B
Terraform
6 lines
74 B
Terraform
|
|
resource "test_instance" "test" {
|
||
|
|
}
|
||
|
|
output "myoutput" {
|
||
|
|
value = "bar"
|
||
|
|
}
|