Question 6

You run a local-exec provisioner in a null resource called null_resource.run_script and realize that you need to
rerun the script.
Which of the following commands would you use first?
  • Question 7

    What is the purpose of using the local-exec provisioner? (Select Two)
  • Question 8

    You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to
    apply formatting standards for readability.
    How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard
    Terraform style convention?
  • Question 9

    A variable az has the following default value. What will be the datatype of the variable?
    az=["us-west-1a","us-east-1a"]
  • Question 10

    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?