We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274fece commit e0537d0Copy full SHA for e0537d0
tablets-scaling/scylladb-loaders.tf
@@ -58,7 +58,7 @@ resource "aws_instance" "loader_instance" {
58
# The coalesce function is used to select the public IP address of ScyllaDB Nodes.
59
connection {
60
type = "ssh"
61
- user = "ubuntu"
+ user = "scyllaadm"
62
private_key = tls_private_key.private_key.private_key_pem
63
host = coalesce(self.public_ip, self.private_ip)
64
agent = false
0 commit comments