Terraform-Associate-003 Exam Question 56

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?
  • Terraform-Associate-003 Exam Question 57

    You decide to move a Terraform state file to Amazon S3 from another location. You write the code below into a file called backend.tf.

    Which command will migrate your current state file to the new S3 remote backend?
  • Terraform-Associate-003 Exam Question 58

    You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
    Which variable type could you use for this input?
  • Terraform-Associate-003 Exam Question 59

    You have used Terraform lo create an ephemeral development environment in the (loud and are now ready to destroy all the Infrastructure described by your Terraform configuration To be safe, you would like to first see all the infrastructure that Terraform will delete.
    Which command should you use to show all of the resources that mil be deleted? Choose two correct answers.
  • Terraform-Associate-003 Exam Question 60

    Which type of block fetches or computes information for use elsewhere in a Terraform configuration?