Question 91

True or False: A list(...) contain a number of values of the same type while an object(...) can contain a number of values of different types.
  • Question 92

    What command does Terraform require the first time you run it within a configuration directory?
  • Question 93

    Jim has created several AWS resources from a single terraform configuration file. Someone from his team has
    manually modified one of the EC2 instance.
    Now to discard the manual change, Jim wants to destroy and recreate the EC2 instance. What is the best way
    to do it?
  • Question 94

    Which of the following is considered a Terraform plugin?
  • Question 95

    A single terraform resource file that defines an aws_instance resource can simply be renamed to vsphere_virtual_machine in order to switch cloud providers.