github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/configs/testdata/config-diagnostics/with-depends-on/mod1/mod2/mod3/main.tf (about) 1 terraform { 2 required_providers { 3 foo = { 4 source = "hashicorp/foo" 5 configuration_aliases = [ foo.bar ] 6 } 7 } 8 } 9 10 resource "foo_resource" "a" { 11 providers = foo.bar 12 }