mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 09:32:24 -06:00
12 lines
130 B
Terraform
12 lines
130 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
bar = {
|
||
|
source = "acme/bar"
|
||
|
}
|
||
|
|
||
|
foo = {
|
||
|
source = "acme/foo"
|
||
|
}
|
||
|
}
|
||
|
}
|