mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-02 00:00:21 -05: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"
|
|
}
|
|
}
|
|
}
|