בדף הזה מוסבר איך להתקין את Terraform ל-Google Cloud ב-Cloud Shell ובמעטפת מקומית. Cloud Shell היא סביבת מעטפת אינטראקטיבית של Google Cloudשמאפשרת ללמוד על הפרויקטים והמשאבים שלכם ולנהל אותם מהדפדפן. Google Cloud
מדריך למתחילים לשימוש ב-Terraform עם Google Cloudזמין במאמר מדריך למתחילים לשימוש ב-Terraform עם Google Cloud .
Cloud Shell
כדי להשתמש בטרמינל אונליין שכבר מוגדרים בו ה-CLI של gcloud ו-Terraform, צריך להפעיל את Cloud Shell:
בחלק התחתון של הדף הזה מתחיל סשן של Cloud Shell ומופיעה הנחיה של שורת הפקודה. הסשן יופעל תוך כמה שניות.
מריצים את הפקודה הבאה כדי לוודא ש-Terraform זמין:
terraformהפלט אמור להיראות כך:
Usage: terraform [global options] <subcommand> [args] The available commands for execution are listed below. The primary workflow commands are given first, followed by less common or more advanced commands. Main commands: init Prepare your working directory for other commands validate Check whether the configuration is valid plan Show changes required by the current configuration apply Create or update infrastructure destroy Destroy previously-created infrastructureכדי להשתמש ב-Terraform עם Google Cloud, צריך לוודא שהמשימות הבאות בוצעו ב- Google Cloud:
- יוצרים פרויקט Google Cloud .
- מפעילים את החיוב ב Google Cloud פרויקט.
- מפעילים ממשקי API עבור השירותיםGoogle Cloud שרוצים לעבוד איתם.
- מגדירים אימות ל-Terraform.
מעטפת מקומית
משתמשים בהוראות ההתקנה שסופקו על ידי Terraform.
מריצים את הפקודה הבאה כדי לוודא ש-Terraform זמין:
terraformהפלט אמור להיראות כך:
Usage: terraform [global options] <subcommand> [args] The available commands for execution are listed below. The primary workflow commands are given first, followed by less common or more advanced commands. Main commands: init Prepare your working directory for other commands validate Check whether the configuration is valid plan Show changes required by the current configuration apply Create or update infrastructure destroy Destroy previously-created infrastructureכדי להשתמש ב-Terraform עם Google Cloud, צריך לוודא שהמשימות הבאות בוצעו ב- Google Cloud:
- יוצרים פרויקט Google Cloud .
- מפעילים את החיוב ב Google Cloud פרויקט.
- מפעילים ממשקי API עבור השירותיםGoogle Cloud שרוצים לעבוד איתם.
- מגדירים אימות ל-Terraform.
המאמרים הבאים
- פועלים לפי השלבים במדריך למתחילים בנושא Terraform for Google Cloud .
- מידע על פקודות בסיסיות ב-Terraform