this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update prereqs instruction

+13 -5
+13 -5
README.md
··· 43 43 44 44 Configuration files: 45 45 46 - <details> <summary>Terraform Cloud (`~/.terraform.d/credentials.tfrc.json`)</summary> 46 + <details> 47 + 48 + <summary>Terraform Cloud</summary> 47 49 48 - - Create a Terraform account 50 + - Create a Terraform Cloud account at <https://app.terraform.io> 49 51 - Run `terraform login` and follow the instruction 50 52 51 53 </details> 52 54 53 - <details> <summary>Oracle Cloud (`~/.oci/config` and `~/.oci/private.pem`)</summary> 55 + <details> 54 56 55 - - Create an Oracle Cloud account 57 + <summary>Oracle Cloud</summary> 58 + 59 + - Create an Oracle Cloud account at <https://cloud.oracle.com> 56 60 - Generate an API signing key: 57 61 - Profile menu (User menu icon) -> User Settings -> API Keys -> Add API Key 58 62 - Select Generate API Key Pair, download the private key to `~/.oci/private.pem` and click Add ··· 60 64 61 65 </details> 62 66 63 - Remember to backup the credential files (you can put them in a password manager) 67 + Remember to backup the following credential files (you can put them in a password manager): 68 + 69 + - `~/.terraform.d/credentials.tfrc.json` 70 + - `~/.oci/config` 71 + - `~/.oci/private.pem` 64 72 65 73 ### Provision 66 74