Terraform-Associate-004 Exam Question 41

Which command add existing resources into Terraform state?
  • Terraform-Associate-004 Exam Question 42

    When should you run terraform init?
  • Terraform-Associate-004 Exam Question 43

    You used Terraform to create an ephemeral development environment in the cloud 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 the resources that will be deleted? (Pick the 2 correct responses)
  • Terraform-Associate-004 Exam Question 44

    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-004 Exam Question 45

    terraform init retrieves and caches the configuration for all remote modules.