mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
10 lines
168 B
Terraform
10 lines
168 B
Terraform
|
|
resource "test_instance" "foo" {
|
||
|
|
ami = "bar"
|
||
|
|
|
||
|
|
network_interface {
|
||
|
|
device_index = 0
|
||
|
|
name = test
|
||
|
|
description = "Main network interface"
|
||
|
|
}
|
||
|
|
}
|