mirror of https://github.com/hashicorp/terraform
parent
49e8477e9d
commit
1560d5ab98
@ -1,3 +1,8 @@
|
||||
resource "test_instance" "foo" {
|
||||
ami = "bar"
|
||||
|
||||
network_interface {
|
||||
device_index = 0
|
||||
description = "Main network interface"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue