mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
8 lines
72 B
Terraform
8 lines
72 B
Terraform
|
module "A" {
|
||
|
source = "./A"
|
||
|
}
|
||
|
|
||
|
provider "aws" {
|
||
|
from = "root"
|
||
|
}
|