[Understand Terraform Basics and CLI]
terraform destroy is the only way to remove infrastructure.
[Use Terraform to Manage Infrastructure]
Multiple team members are collaborating on infrastructure using Terraform and want to format the* Terraform code following standard Terraform-style convention.
How should they ensure the code satisfies conventions?
[Manage Terraform Resources and Providers]
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)
B)
C)
D)
[Understand Infrastructure as Code (IaC) Concepts]
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
[Use Terraform to Manage Infrastructure]
When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?