This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
633d428c15
terraform
/
config
/
module
/
test-fixtures
/
implicit-parent-providers
/
child
/
main.tf
2 lines
33 B
Terraform
Raw
Normal View
History
Unescape
Escape
implement provider inheritence during loading This implements provider inheritance during config loading, rather than during graph evaluation. At this point it's much simpler to find the desired configuration, and once all providers are declared, all the inheritance code in the graph can be removed. The inheritance is dome by simply copying the RawConfig from the parent ProviderConfig into the module. Since this happens before any evaluation, we record the original interpolation scope in the ProviderConfig so that it can be properly resolved later on.
2017-10-12 19:43:04 +02:00
resource
"
foo_instance
"
"
bar
"
{
}