TERRAFORM-ASSOCIATE-003
[Interact with Terraform Modules]
You have deployed a new webapp with a public IP address on a cloud provider. However, you did not
create any outputs for your code. What is the best method to quickly find the IP address of the
resource you deployed?
[Interact with Terraform Modules] A developer on your team is going lo leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu [l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
[Read, Generate, and Modify Configurations] You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.