Help

Guidance coming soon for Cloudant, Db2, and Db2 Warehouse!

This guidance is currently applicaple to IBM Cloud Database services only.

Let's get your IBM Cloud Databases Terraform up and running

Prerequisite

Terraform CLI installed

If you don't have it installed yet, follow the steps at the Terraform installation tutorial

Optional

Make sure Terraform is installed correctly

Open Terminal and run:
$ terraform -help
1

Create or retrieve an IBM Cloud API key

The API key is used to authenticate with the IBM Cloud platform and to determine your permissions for IBM Cloud services.

Note
Make sure you save the API key locally, as you will not get to see it again.
2

Create a new folder with a Terraform file

You can use the terminal, Visual Studio Code or any equivalent tool to:

  • Create a new directory on your machine called:
  • Create a new Terraform file in this directory called:
Next: