Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-provider-configure-disabled
/
main.tf
blob: dbfc52745d6947128138d6ca715c6ebb6cf68bd2 [
file
] [
log
] [
blame
]
provider
"aws"
{
foo
=
"bar"
}
module
"child"
{
source
=
"./child"
}