Question 46

You have provisioned some aws resources in your test environment through Terraform for a POC work. After the POC, now you want to destroy the resources but before destroying them you want to check what resources will be getting destroyed through terraform. what are the options of doing that? (Select TWO)
  • Question 47

    How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?
  • Question 48

    You would like to reuse the same Terraform configuration for your development and production environments with a different state file for each.
    Which command would you use?
  • Question 49

    What is the result of the following terraform function call?
  • Question 50

    What kind of configuration block will create an infrastructure object with settings specified in the block?