Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
junit-output
/
missing-provider
/
main.tf
blob: b7217a3ea288fca1cef6aae2ed350bf5ca22c033 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
test
=
{
source
=
"hashicorp/test"
configuration_aliases
=
[
test
.
secondary
]
}
}
}
resource
"test_resource"
"primary"
{
value
=
"foo"
}
resource
"test_resource"
"secondary"
{
provider
=
test
.
secondary
value
=
"bar"
}