0
0
llucycodes42
This code creates an instance of Softlayer's provider class. The provider class has two properties: username and api_key. The username property is set to an empty string, and the api_key property is left blank.
Shortcut: tf_softlayer
provider "softlayer" {
username = ""
api_key = ""
}