mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
11 lines
155 B
HCL
11 lines
155 B
HCL
terraform {
|
|
required_providers {
|
|
configure = {
|
|
source = "testing/configure"
|
|
}
|
|
}
|
|
}
|
|
|
|
resource "configure_instance" "baz" {
|
|
ami = "baz"
|
|
}
|