Question 46

You need to write some Terraform code that adds 42 firewall rules to a security group as shown in the
example.

What can you use to avoid writing 42 different nested ingress config blocks by hand?
  • Question 47

    What does terraform import allow you to do?
  • Question 48

    Terraform and Terraform providers must use the same major version number in a single configuration.
  • Question 49

    Which of the following state management command allow you to retrieve a list of resources that are part of the
    state file?
  • Question 50

    Which are forbidden actions when the Terraform state file is locked? (Choose three.)