Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
configs
/
testdata
/
invalid-test-files
/
duplicate_mixed_providers.tftest.hcl
blob: b319143f207dc66954c7d3f9af7a6239dcc6f97c [
file
] [
log
] [
blame
]
provider
"aws"
{}
mock_provider
"aws"
{}
provider
"aws"
{
alias
=
"test"
}
mock_provider
"aws"
{
alias
=
"test"
}
run
"test"
{}