mirror of https://github.com/hashicorp/terraform
commit
03b0df2dcb
@ -0,0 +1,6 @@
|
||||
resource "null_resource" "test" {
|
||||
}
|
||||
|
||||
output "output" {
|
||||
value = "${null_resource.test.id}"
|
||||
}
|
||||
Loading…
Reference in new issue