Modules - Configuration Language - Terraform by HashiCorp - 0 views
-
provider blocks can appear in any module, it is recommended that they be placed only in the root module of a configuration
-
In all cases it is recommended to keep explicit provider configurations only in the root module and pass them (whether implicitly or explicitly) down to descendent modules
-
Provider configurations are used for all operations on associated resources, including destroying remote objects and refreshing state.
- ...5 more annotations...