1 / 5
Engineers ___ infrastructure using declarative Terraform code.
-
-
-
-
You provision infrastructure. Provision is the precise collocation; the others do not fit. So provision infrastructure.
2 / 5
We always ___ a plan before applying the changes.
-
-
-
-
You run a plan with terraform plan. Run is the standard collocation; the others are wrong. So run a plan.
3 / 5
Terraform will ___ the state file to track resources.
-
-
-
-
Terraform manages state. Manage is the precise collocation; the others do not fit. So manage the state file.
4 / 5
We need to ___ unused resources to reduce cloud spend.
-
-
-
-
You destroy resources with terraform destroy. Destroy is the exact verb; the others do not collocate. So destroy unused resources.
5 / 5
The team will ___ the configuration into reusable modules.
-
-
-
-
You refactor configuration into modules. Refactor is the standard collocation; the others do not fit. So refactor the configuration.