QUESTION 1: Using Terraform CLI, how do you display a name of the current workspace? Show Answer Terraform Junior
QUESTION 2: Using Terraform CLI, how do you switch to a different workspace? Show Answer Terraform Junior
QUESTION 5: Using Terraform CLI, how do you display list of Terraform workspaces? Show Answer Terraform Junior
QUESTION 6: Using Terraform CLI, how do you update the state file of your infrastructure with metadata that matches the physical resources they are tracking? Show Answer Terraform Junior
QUESTION 7: Using Terraform CLI, how do you remove locally-stored credentials for specified hostname of Terraform Enterprise? Show Answer Terraform Junior
QUESTION 8: Using Terraform CLI, how do you retrieve authentication token for the given hostname to Terraform Enterprise? Show Answer Terraform Junior
QUESTION 9: Using Terraform CLI, how do you check what files need to be reformatted to standard formatting without rewriting the files? Show Answer Terraform Junior
QUESTION 11: Using Terraform CLI, how do you reformat all files to meet the standard style including the files in subfolders? Show Answer Terraform Junior
QUESTION 12: Using Terraform CLI, how do you reformat your Terraform configuration files in the standard style? Show Answer Terraform Junior
QUESTION 13: What format does variable definition file use in Terraform? Show Answer Terraform Junior
QUESTION 14: How can you provide variables using file to Terraform CLI without the need to specify the name of the variable definition file? Show Answer Terraform Junior
QUESTION 15: How can you pass variables to Terraform CLI console command? Show Answer Terraform Junior
QUESTION 16: Using Terraform CLI, how can you experiment with Terraform interpolations? Show Answer Terraform Junior
QUESTION 17: The Terraform CLI command terraform destroy is just a convenience alias. For which command? Show Answer Terraform Junior
QUESTION 18: How do you approve changes presented by terraform apply command of Terraform CLI? Show Answer Terraform Junior
QUESTION 19: Using Terraform CLI, how do you apply plan that you previously stored using terraform plan command? Show Answer Terraform Junior
QUESTION 20: Using Terraform CLI, how do you destroy all infrastructure that is present in your Terraform state? Show Answer Terraform Junior
QUESTION 21: Using Terraform CLI, you want to apply your configuration changes. How do you approve them automatically so that you don't need to confirm by typing yes? Show Answer Terraform Junior
QUESTION 22: What happens on Linux-based operating systems when you run terraform plan command and confirm by typing yes? Show Answer Terraform Junior
QUESTION 23: Using Terraform CLI, how do you create or update infrastructure according to Terraform configuration? Show Answer Terraform Junior
QUESTION 24: Using terraform plan command of Terraform CLI, how can you enforce replacing of a specific resource that wasn't changed? Show Answer Terraform Junior
QUESTION 25: Will Terraform CLI execute the planned actions when you generate a speculative execution plan? Show Answer Terraform Junior
QUESTION 27: Using Terraform CLI, how do you limit planning operation to only specific resource? Show Answer Terraform Junior
QUESTION 28: Using Terraform CLI, how do you limit planning operation to only resources of a specific module? Show Answer Terraform Junior
QUESTION 29: Using Terraform CLI, how do you pass variable value when you execute terraform plan command? Show Answer Terraform Junior
QUESTION 30: Using Terraform CLI, how do you store a plan to a path so that you would then be able to use it as input to the apply command? Show Answer Terraform Junior
QUESTION 31: Using Terraform CLI, how do you get a plan to destroy all objects currently managed by the Terraform configuration? Show Answer Terraform Junior
QUESTION 32: Using Terraform CLI, how do you review what changes will be done to your target infrastructure based on the configuration? Show Answer Terraform Junior
QUESTION 33: Using Terraform CLI, how do you validate configurration and get any errors in structured JSON format? Show Answer Terraform Junior
QUESTION 34: Will 'terraform validate' raise error when you use both tabs and spaces in Terraform configuration? Show Answer Terraform Junior
QUESTION 35: What does 'terraform validate' command to in Terraform CLI? Show Answer Terraform Junior
QUESTION 36: To keep Terraform configuration secure, you shouldn't hardcode credentials. How can you securely provide your backend configuration using Terraform CLI? Show Answer Terraform Junior
QUESTION 40: What do you need to know about Terraform state in relation to security? Show Answer Terraform Junior
QUESTION 41: What is a name of file that Terraform CLI uses for storing local state? Show Answer Terraform Junior
QUESTION 42: You modified your Terraform configuration and removed the remote backend from main.tf file. Whan happens with Terraform state? Show Answer Terraform Junior
QUESTION 43: You modified your Terraform configuration and switched from local backend to remote backend by modifying main.tf file. What do you need to migrate the local state to the remote backend? Show Answer Terraform Junior
QUESTION 44: Using Terraform CLI, how you upgrade all referenced modules and providers to versions allowed within configured constraints? Show Answer Terraform Junior
QUESTION 45: Using Terraform CLI, how do you download module source codes in order to be able to look at how the module is implemented and copy the examples easily? Show Answer Terraform Junior
QUESTION 47: What is the first Terraform CLI command that you need to execute after you pull Terraform configuration from your version control system? Show Answer Terraform Junior
QUESTION 48: How do you get a version of Terraform CLI that you have currently installed? Show Answer Terraform Junior
QUESTION 49: Using Terraform CLI, how do you get a list of all Terraform CLI commands? Show Answer Terraform Junior