mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
8 lines
84 B
Terraform
8 lines
84 B
Terraform
|
provider "aws" {
|
||
|
access_key = "abc123"
|
||
|
}
|
||
|
|
||
|
module "child" {
|
||
|
source = "./child"
|
||
|
}
|