rsnt_translations
56,430
edits
No edit summary |
(Created page with "=== Identification ===") |
||
Line 21: | Line 21: | ||
Consultez la [https://www.terraform.io/downloads.html page de téléchargement] de Terraform pour obtenir la dernière version du binaire. Nous utilisons ici Terraform 0.12. | Consultez la [https://www.terraform.io/downloads.html page de téléchargement] de Terraform pour obtenir la dernière version du binaire. Nous utilisons ici Terraform 0.12. | ||
=== | === Identification === | ||
There are two ways to provide your OpenStack credentials in a command-line environment: via environment variables or in a configuration file. We'll need to use one of these methods with Terraform, described in the [[#Defining_OpenStack_provider|next section]]. Regardless of your preferred method, the OpenStack web interface offers a simple way to download credentials: once logged in, click on <i>API Access</i> in the navigation bar, and on that page is a drop-down menu entitled “Download OpenStack RC File”. From here you may download a <code>clouds.yaml</code> file or an RC file which can be sourced from your shell session. | There are two ways to provide your OpenStack credentials in a command-line environment: via environment variables or in a configuration file. We'll need to use one of these methods with Terraform, described in the [[#Defining_OpenStack_provider|next section]]. Regardless of your preferred method, the OpenStack web interface offers a simple way to download credentials: once logged in, click on <i>API Access</i> in the navigation bar, and on that page is a drop-down menu entitled “Download OpenStack RC File”. From here you may download a <code>clouds.yaml</code> file or an RC file which can be sourced from your shell session. |