Terraform Associate 003: HashiCorp Certified: Terraform Associate (003)
Related questions
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
What Terraform function could you use to select the largest number from the list?
How is terraform import run?
If a module declares a variable with a default, that variable must also be defined within the module.
If a DevOps team adopts AWS CloudFormation as their standardized method for provisioning public cloud resoruces, which of the following scenarios poses a challenge for this team?
Which are examples of infrastructure as code? Choose two correct answers.
Which of the following is not a key principle of infrastructure as code?
The key principle of infrastructure as code that is not listed among the options isgolden images. Golden images are pre-configured, ready-to-use virtual machine images that contain a specific set of software and configuration. They are often used to create multiple identical instances of the same environment, such as for testing or production. However, golden images are not a principle of infrastructure as code, but rather a technique that can be used with or without infrastructure as code. The other options are all key principles of infrastructure as code, as explained below:
Self-describing infrastructure: This means that the infrastructure is defined in code that describes its desired state, rather than in scripts that describe the steps to create it. This makes the infrastructure easier to understand, maintain, and reproduce.
Idempotence: This means that applying the same infrastructure code multiple times will always result in the same state, regardless of the initial state. This makes the infrastructure consistent and predictable, and avoids errors or conflicts caused by repeated actions.
How do you specify a module's version when publishing it to the public terraform Module Registry?
How does the Terraform cloud integration differ from other state backends such as S3, Consul,etc?
Only the user that generated a plan may apply it.
What does this code do?
Question