mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-23 23:27:00 -04:00
6 lines
68 B
HCL
6 lines
68 B
HCL
|
|
provider "test" {
|
|
resource_prefix = var.default
|
|
}
|
|
|
|
run "test" {}
|