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