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