Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
configs
/
testdata
/
config-diagnostics
/
tests-provider-mismatch-with-module
/
main.tf
blob: 3b15ce42c76bebbefbb48bcd7abc0f379cdc380f [
file
] [
log
] [
blame
] [
edit
]
terraform
{
required_providers
{
foo
=
{
source
=
"hashicorp/foo"
configuration_aliases
=
[
foo
.
bar
]
}
}
}
provider
"bar"
{}
resource
"foo_resource"
"resource"
{}
resource
"bar_resource"
"resource"
{}