6 lines
74 B
Terraform
6 lines
74 B
Terraform
|
resource "test_instance" "test" {
|
||
|
}
|
||
|
output "myoutput" {
|
||
|
value = "bar"
|
||
|
}
|