mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 09:32:24 -06:00
4b34902fab
* [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
12 lines
239 B
Plaintext
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"
|
|
}
|
|
}
|