» Data Source: ncloud_root_password

Gets the password of a root account with the server's login key.

» Example Usage

data "ncloud_root_password" "default" {
  "server_instance_no" = "server_instance_no" # ${ncloud_server.vm.id}
  "private_key" = "private_key" # ${ncloud_login_key.key.private_key}
}

» Argument Reference

The following arguments are supported:

» Attributes Reference