mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
10 lines
173 B
HCL
10 lines
173 B
HCL
terraform {
|
|
required_providers {
|
|
alpha = {
|
|
source = "registry.terraform.io/-/alpha"
|
|
}
|
|
beta = {
|
|
source = "registry.terraform.io/-/beta"
|
|
}
|
|
}
|
|
}
|