mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-29 18:19:02 -04:00
4 lines
53 B
Terraform
4 lines
53 B
Terraform
|
|
resource "test_instance" "example" {
|
||
|
|
ami = "bar"
|
||
|
|
}
|