/
Browse
/
Learning Journeys
/
Erste Schritte mit Terraform auf SAP BTP
/
Erste Terraformkonfiguration einrichten
Erste Terraformkonfiguration einrichten
Terraform-Setup auf SAP BTP anwenden
14 mins
Überprüfung des Terraformstaates
13 mins
Konfigurieren des ersten grundlegenden Terraform-Setups
13 mins
Quiz
Anwenden erweiterter Terraformkonzepte
Ankündigung
Erweiterung der Terraform-Konfiguration
Erste Schritte mit Infrastruktur als Code
Knowledge quiz
It's time to put what you've learned to the test, get 5 right to pass this unit.
1.
What Terraform commands might you use in your day-to-day work?
There are two correct answers.
terraform fmt
terraform login
terraform validate
terraform force-unlock
2.
What does the typical Terraform workflow look like?
Choose the correct answer.
Write, Plan, Apply
Code, Plan, Apply
Write, Pray, Apply
Write, Apply, Destroy
3.
What information is required to configure the Terraform provider for SAP BTP?
There are two correct answers.
The region of the subaccount to be created on SAP BTP.
The subdomain of the SAP BTP global account.
Authentication information such as username and password.
The contract status of the SAP BTP global account.
The global account ID of the SAP BTP global account.
4.
What are characteristics of the Terraform state?
There are three correct answers.
The state file keeps track of the state of the provisioned and managed infrastructure.
The state file is in JSON format.
By default, the state file is stored in a remote backend.
The state file maps the configuration with the real-world resources.
The data in the state file cannot be read using the Terraform CLI.
5.
Why would you use "terraform validate" in your daily work?
Choose the correct answer.
To execute a static validation of your Terraform configuration before you execute a plan.
To initialize the working directory of your Terraform configuration.
To shorten the execution time during "terraform plan".
To validate the target infrastructure on SAP BTP before you apply changes.
6.
Which command is used to list all resources that are stored in Terraform state?
Choose the correct answer.
terraform state
terraform list state
terraform state pull
terraform state list