Files
opentf/internal/tofu/testdata/insufficient-features-blocks-nested_module/nested/main.tf
2024-07-09 09:56:07 +01:00

8 lines
115 B
HCL

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