0
0
llucycodes42
The code above declares a new provider called "rundeck" and provides the URL to the server as well as the authentication token.
Shortcut: tf_rundeck
provider "rundeck" {
url = "http://rundeck.example.com/"
auth_token = "abcd1234"
}