QuestionQ23
HCP TerraformYour team uses HCP Terraform to manage its infrastructure. You need to change an infrastructure stack that runs in a public cloud.
Which pattern best follows Infrastructure as Code practices when making the change?
- A Make the change via the public cloud API endpoint.
- B Use the public cloud console to make the change.
- C Run the public cloud CLI tool to make the change.
- D Submit a pull request and wait for an approved merge of the change.
- E Clone the repository containing your infrastructure code and then run the code.
Community Discussion