terraform/*: add German translation (#8745)
This commit is contained in:
28
pages.de/common/terraform.md
Normal file
28
pages.de/common/terraform.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# terraform
|
||||
|
||||
> Erstellen und Bereitstellen von Infrastruktur als Code für Cloud-Anbieter.
|
||||
> Weitere Informationen: <https://www.terraform.io/>.
|
||||
|
||||
- Initialisieren einer neuen oder bestehenden Terraform-Konfiguration:
|
||||
|
||||
`terraform init`
|
||||
|
||||
- Überprüfen Sie, ob die Konfigurationsdateien syntaktisch gültig sind:
|
||||
|
||||
`terraform validate`
|
||||
|
||||
- Formatierung der Konfiguration gemäß den Konventionen der Terraform-Sprache:
|
||||
|
||||
`terraform fmt`
|
||||
|
||||
- Erzeugen und Anzeigen eines Ausführungsplans:
|
||||
|
||||
`terraform plan`
|
||||
|
||||
- Infrastruktur aufbauen oder ändern
|
||||
|
||||
`terraform apply`
|
||||
|
||||
- Terraform-verwaltete Infrastruktur zerstören:
|
||||
|
||||
`terraform destroy`
|
Reference in New Issue
Block a user