···4141- A credit/debit card to register for the accounts.
4242- Basic knowledge on Terraform and Ansible (optional, but will help a lot)
43434444-Create initial configurations, it will prompt you for the information.
4444+Configuration files:
45454646-```sh
4747-make prereqs
4848-```
4646+<details> <summary>Terraform Cloud (`~/.terraform.d/credentials.tfrc.json`)</summary>
49475050-Continue reading to see what to fill in.
4848+- Create a Terraform account
4949+- Run `terraform login` and follow the instruction
51505252-<details> <summary>Oracle Cloud</summary>
5151+</details>
5252+5353+<details> <summary>Oracle Cloud (`~/.oci/config` and `~/.oci/private.pem`)</summary>
53545455- Create an Oracle Cloud account
5556- Generate an API signing key:
5657 - Profile menu (User menu icon) -> User Settings -> API Keys -> Add API Key
5757- - Select Generate API Key Pair, download the private key and click Add
5858- - Check the Configuration File Preview for the values
5959-6060-</details>
6161-6262-<details> <summary>Google Cloud</summary>
6363-6464-No resource on GCP yet
6565-6666-</details>
6767-6868-<details> <summary>AWS</summary>
6969-7070-No resource on AWS yet
7171-7272-</details>
7373-7474-<details> <summary>Azure</summary>
7575-7676-No resource on Azure yet
5858+ - Select Generate API Key Pair, download the private key to `~/.oci/private.pem` and click Add
5959+ - Copy the Configuration File Preview to `~/.oci/config` and change `key_file` to `~/.oci/private.pem`
77607861</details>
7962