Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
provider-reqs
/
child
/
provider-reqs-child.tf
blob: 4ebb659ddcaedd413b9b413e8882728e5d0cc35f [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
cloud
=
{
source
=
"tf.example.com/awesomecorp/happycloud"
}
null
=
{
# This should merge with the null provider constraint in the root module
version
=
"2.0.1"
}
}
}
module
"nested"
{
source
=
"./grandchild"
}