Skip to content

Commit e0537d0

Browse files
committed
fix ssh user
1 parent 274fece commit e0537d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tablets-scaling/scylladb-loaders.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_instance" "loader_instance" {
5858
# The coalesce function is used to select the public IP address of ScyllaDB Nodes.
5959
connection {
6060
type = "ssh"
61-
user = "ubuntu"
61+
user = "scyllaadm"
6262
private_key = tls_private_key.private_key.private_key_pem
6363
host = coalesce(self.public_ip, self.private_ip)
6464
agent = false

0 commit comments

Comments
 (0)