Question 46

A single terraform resource file that defines an aws_instance resource can simple be renamed to azurerm_virtual_machine in order to switch cloud providers
  • Question 47

    A single terraform resource file that defines an aws_instance resource can simple be renamed to azurerm_virtual_machine in order to switch cloud providers
  • Question 48

    What happens when a terraform apply command is executed?
  • Question 49

    What does the default "local" Terraform backend store?
  • Question 50

    Once a resource is marked as tainted, the next plan will show that the resource will be _________ and
    ___________ and the next apply will implement this change.