Complete the code to specify the tool used for infrastructure as code in GCP.
tool = "[1]"
Terraform is a popular infrastructure as code tool that works well with GCP.
Complete the sentence to describe Deployment Manager's language.
Deployment Manager uses [1] to define resources.Deployment Manager primarily uses YAML to define cloud resources declaratively.
Fix the error in the statement about Terraform's state management.
Terraform stores its state [1] by default.By default, Terraform stores its state file locally on your machine.
Fill both blanks to complete the comparison: Terraform is {{BLANK_1}} and supports {{BLANK_2}} clouds.
Terraform is [1] and supports [2] clouds.
Terraform is multi-cloud and supports multiple cloud providers.
Fill all three blanks to complete the sentence: Deployment Manager is {{BLANK_1}}, uses {{BLANK_2}} templates, and is {{BLANK_3}} to GCP.
Deployment Manager is [1], uses [2] templates, and is [3] to GCP.
Deployment Manager is native, uses Jinja templates, and is specific to GCP.