provider "ibm" {
bluemix_api_key = "\${var.ibm_bmx_api_key}"
softlayer_username = "\${var.ibm_sl_username}"
softlayer_api_key = "\${var.ibm_sl_api_key}"
}
ibmcloud
The code defines three variables:
β’ bluemix_api_key - The IBM Bluemix API key.
β’ softlayer_username - The user name for the SoftLayer account.
β’ softlayer_api_key - The SoftLayer API key.
Shortcut: tf_ibm_provider
0 Comments
Add Comment
Log in to add a comment