mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-22 09:30:10 -05:00
4 lines
142 B
HCL
4 lines
142 B
HCL
# Declaring this resource implies that we depend on the
|
|
# "test" provider, making it available for import.
|
|
resource "test_instance" "foo" {
|
|
}
|