0
0
llucycodes42
The above code is setting up a RabbitMQ provider. The endpoint points to the localhost and the username and password are set to guest.
Shortcut: tf_rabbitmq
provider "rabbitmq" {
endpoint = "http://127.0.0.1"
username = "guest"
password = "guest"
}