Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.3.10
/
internal
/
earlyconfig
/
testdata
/
provider-reqs
/
child
/
provider-reqs-child.tf
blob: ff03ded90ec0a6ac4bf022f3df674de7b01e88b8 [
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"
}
}
}