mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
12 lines
153 B
HCL
12 lines
153 B
HCL
terraform {
|
|
required_providers {
|
|
test = "1.2.3"
|
|
source = {
|
|
version = "1.2.3"
|
|
}
|
|
test-beta = {
|
|
version = "1.2.4"
|
|
}
|
|
}
|
|
}
|