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
c63c06d3c4
terraform
/
command
/
testdata
/
providers
/
modules
/
child
/
main.tf
2 lines
33 B
Terraform
Raw
Normal View
History
Unescape
Escape
command/providers: refactor with new provider types and functions The providers command has been refactored to use the modern provider types and ProviderRequirements() functions. This resulted in a breaking change to the output: it no longer outputs the providers by module and no longer prints `(inherited)` or `(from state)` to show why a provider is included. We decided that at this time it was best to stick with the existing functions and make this change, but if we get feedback from the community we will revisit. Additional tests to exercise providers in modules and providers from state have been included.
2020-04-10 19:26:38 +02:00
resource
"
baz_resource
"
"
baz
"
{
}