0
0
llucycodes42
The code above creates a provider named "clc" with the following configuration:
username - the username of the user password - the password of the user account - the account name of the user
If the account name is not specified, the code will use the user's login name.
Shortcut: tf_clc
provider "clc" {
username = "\${var.clc_username}"
password = "\${var.clc_password}"
account = "\${var.clc_account}" # optional
}