mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
* Process only relevant variables in the testing framework * add support for variables within test provider configurations * remove unused function * fix consistency checks
9 lines
127 B
HCL
9 lines
127 B
HCL
terraform {
|
|
required_providers {
|
|
test = {
|
|
source = "hashicorp/test"
|
|
}
|
|
}
|
|
}
|
|
|
|
resource "test_resource" "foo" {}
|