opentofu/internal/configs/testdata/provider-reqs-with-tests/provider-reqs-root.tftest
Liam Cervante 4b34902fab
[testing framework] allow tests to define and override providers (#33466)
* [testing framework] prepare for beta phase of development

* [Testing Framework] Add module block to test run blocks

* [testing framework] allow tests to define and override providers
2023-07-10 14:33:15 +01:00

12 lines
239 B
Plaintext

# There is no provider in required_providers called "configured", so the version
# constraint should come from this configuration block.
provider "configured" {
version = "~> 1.4"
}
run "setup" {
module {
source = "./setup"
}
}