Question 46

A Terraform provisioner must be nested inside a resource configuration block.
  • Question 47

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

    Which of the following is available only in Terraform Enterprise or Cloud workspaces and not in Terraform CLI?
  • Question 49

    Every region in AWS has a different AMI ID for Linux and these are keep on changing. What is the best approach to create the EC2 instances that can deal with different AMI IDs based on regions?
  • Question 50

    If you enable TF_LOG = DEBUG, the log will be stored in syslog.log file in the currect directory.