mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 16:00:47 -04:00
11 lines
173 B
HCL
11 lines
173 B
HCL
terraform {
|
|
required_providers {
|
|
alpha = {
|
|
source = "registry.terraform.io/-/alpha"
|
|
}
|
|
beta = {
|
|
source = "registry.terraform.io/-/beta"
|
|
}
|
|
}
|
|
}
|