11 lines
173 B
Terraform
11 lines
173 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
alpha = {
|
||
|
source = "registry.terraform.io/-/alpha"
|
||
|
}
|
||
|
beta = {
|
||
|
source = "registry.terraform.io/-/beta"
|
||
|
}
|
||
|
}
|
||
|
}
|