MultipleChoice
I78
correct?
OptionsMultipleChoice
You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.
How can you do this safely?
OptionsMultipleChoice
You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (*.tf files). You need to enable debug messages to find this out.
Which of the following would achieve this?
OptionsMultipleChoice
A 'backend' in Terraform determines how state is loaded and how an operation such as apply is executed. Which of the following is not a supported backend type?
OptionsMultipleChoice
Dawn has created the below child module. Without changing the module, can she override the instance_type from t2.micro to t2.large form her code while calling this module?
1. resource 'aws_instance' 'myec2'
2. {
3. ami = 'ami-082b5a644766e0e6f'
4. instance_type = 't2.micro
5. }
OptionsMultipleChoice
When multiple engineers start deploying infrastructure using the same state file, what is a feature of remote state storage that is critical to ensure the state doesn't become corrupt?
OptionsMultipleChoice
does not require GO language to be installed as a prerequisite and it does not require a Windows Server as well.
OptionsMultipleChoice
How would you reference the 'name' value of the second instance of this fictitious resource?
Options