opentofu/internal/tofu/testdata/insufficient-features-blocks-nested_module/nested/main.tf
Andrew Hayes 3ef6d45afe
Adds source context for the 'insufficient feature blocks' error (#1777)
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io>
2024-07-09 09:56:07 +01:00

8 lines
No EOL
115 B
HCL

provider "test" {
alias = "test2"
test_string = "config"
features {}
}
resource "test_object" "a" {
}