Valid TA-002-P Dumps shared by ExamDiscuss.com for Helping Passing TA-002-P Exam! ExamDiscuss.com now offer the newest TA-002-P exam dumps, the ExamDiscuss.com TA-002-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-002-P dumps with Test Engine here:
When using parent/child modules to deploy infrastructure, how would you export a value from one module to import into another module. For example, a module dynamically deploys an application instance or virtual machine, and you need the IP address in another module to configure a related DNS record in order to reach the newly deployed application.
Correct Answer: C
Explanation Output values are like the return values of a Terraform module, and have several uses: * A child module can use outputs to expose a subset of its resource attributes to a parent module. * A root module can use outputs to print certain values in the CLI output after running terraform apply. * When using remote state, root module outputs can be accessed by other configurations via a terraform_remote_state data source. https://www.terraform.io/docs/configuration/outputs.html